org.encog.neural
Class NeuralNetworkError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.encog.EncogError
-
- org.encog.neural.NeuralNetworkError
-
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- PatternError, TrainingError
public class NeuralNetworkError extends EncogError
Used by the neural network classes to indicate an error.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description NeuralNetworkError(java.lang.String msg)Construct a message exception.NeuralNetworkError(java.lang.String msg, java.lang.Throwable t)Construct an exception that holds another exception.NeuralNetworkError(java.lang.Throwable t)Construct an exception that holds another exception.
-
-
-
Constructor Detail
-
NeuralNetworkError
public NeuralNetworkError(java.lang.String msg)
Construct a message exception.- Parameters:
msg- The exception message.
-
NeuralNetworkError
public NeuralNetworkError(java.lang.Throwable t)
Construct an exception that holds another exception.- Parameters:
t- The other exception.
-
NeuralNetworkError
public NeuralNetworkError(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