org.encog.ml.ea.exception
Class EAError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.encog.EncogError
-
- org.encog.ml.ea.exception.EAError
-
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- EACompileError, EARuntimeError
public class EAError extends EncogError
A general evolutionary algorithm error.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors 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.
-
-
-
Constructor Detail
-
EAError
public EAError(java.lang.String msg)
Construct the exception.- Parameters:
msg- The message.
-
EAError
public EAError(java.lang.String msg, java.lang.Throwable t)Construct the exception.- Parameters:
msg- The message.t- A throwable error.
-
EAError
public EAError(java.lang.Throwable t)
Construct the exception.- Parameters:
t- A throwable error.
-
-
DMelt 3.0 © DataMelt by jWork.ORG