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