org.encog.ca
Class CellularAutomataError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.encog.EncogError
-
- org.encog.ca.CellularAutomataError
-
- All Implemented Interfaces:
- java.io.Serializable
public class CellularAutomataError extends EncogError
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description CellularAutomataError(java.lang.String msg)Construct a message exception.CellularAutomataError(java.lang.String msg, java.lang.Throwable t)Construct an exception that holds another exception.CellularAutomataError(java.lang.Throwable t)Construct an exception that holds another exception.
-
-
-
Constructor Detail
-
CellularAutomataError
public CellularAutomataError(java.lang.String msg)
Construct a message exception.- Parameters:
msg- The exception message.
-
CellularAutomataError
public CellularAutomataError(java.lang.Throwable t)
Construct an exception that holds another exception.- Parameters:
t- The other exception.
-
CellularAutomataError
public CellularAutomataError(java.lang.String msg, java.lang.Throwable t)Construct an exception that holds another exception.- Parameters:
msg- A message.t- The other exception.
-
-
DMelt 3.0 © DataMelt by jWork.ORG