public class EAError extends EncogError
| Constructor and Description |
|---|
EAError(java.lang.String msg)
Construct the exception.
|
EAError(java.lang.String msg,
java.lang.Throwable t)
Construct the exception.
|
EAError(java.lang.Throwable t)
Construct the exception.
|
public EAError(java.lang.String msg)
msg - The message.public EAError(java.lang.String msg,
java.lang.Throwable t)
msg - The message.t - A throwable error.public EAError(java.lang.Throwable t)
t - A throwable error.