org.encog.ml.ea.exception
public class EARuntimeError extends EAError
| Constructor and Description |
|---|
EARuntimeError(String msg)
Construct an error.
|
EARuntimeError(String msg,
Throwable t)
Construct an error.
|
EARuntimeError(Throwable t)
Construct an error.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EARuntimeError(String msg)
msg - The message.public EARuntimeError(String msg, Throwable t)
msg - The message.t - The error.public EARuntimeError(Throwable t)
t - The errorCopyright © 2014. All Rights Reserved.