org.encog.ml.ea.exception
Class EARuntimeError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.encog.EncogError
-
- org.encog.ml.ea.exception.EAError
-
- org.encog.ml.ea.exception.EARuntimeError
-
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- DivisionByZeroError
public class EARuntimeError extends EAError
An error has occurred while running a phenotype (or genome).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description EARuntimeError(java.lang.String msg)Construct an error.EARuntimeError(java.lang.String msg, java.lang.Throwable t)Construct an error.EARuntimeError(java.lang.Throwable t)Construct an error.
-
-
-
Constructor Detail
-
EARuntimeError
public EARuntimeError(java.lang.String msg)
Construct an error.- Parameters:
msg- The message.
-
EARuntimeError
public EARuntimeError(java.lang.String msg, java.lang.Throwable t)Construct an error.- Parameters:
msg- The message.t- The error.
-
EARuntimeError
public EARuntimeError(java.lang.Throwable t)
Construct an error.- Parameters:
t- The error
-
-
DMelt 3.0 © DataMelt by jWork.ORG