org.encog.ml.ea.exception
Class EACompileError
- 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.EACompileError
-
- All Implemented Interfaces:
- java.io.Serializable
public class EACompileError extends EAError
The genome has generated a compile error and is invalid.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description EACompileError(java.lang.String msg)Construct the error.EACompileError(java.lang.String msg, java.lang.Throwable t)Construct the error.EACompileError(java.lang.Throwable t)Construct the error.
-
-
-
Constructor Detail
-
EACompileError
public EACompileError(java.lang.String msg)
Construct the error.- Parameters:
msg- The message.
-
EACompileError
public EACompileError(java.lang.String msg, java.lang.Throwable t)Construct the error.- Parameters:
msg- The message.t- The error.
-
EACompileError
public EACompileError(java.lang.Throwable t)
Construct the error.- Parameters:
t- An error.
-
-
DMelt 3.0 © DataMelt by jWork.ORG