org.encog.ml.ea.exception
public class EAError extends EncogError
Constructor and Description |
---|
EAError(String msg)
Construct the exception.
|
EAError(String msg,
Throwable t)
Construct the exception.
|
EAError(Throwable t)
Construct the exception.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public EAError(String msg)
msg
- The message.public EAError(String msg, Throwable t)
msg
- The message.t
- A throwable error.public EAError(Throwable t)
t
- A throwable error.Copyright © 2014. All Rights Reserved.