org.encog.neural.data
Class NeuralDataError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.encog.neural.data.NeuralDataError
- All Implemented Interfaces:
- Serializable
public class NeuralDataError
- extends RuntimeException
Used by the neural network classes to indicate an error.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NeuralDataError
public NeuralDataError(String msg)
- Construct a message exception.
- Parameters:
msg - The exception message.
NeuralDataError
public NeuralDataError(Throwable t)
- Construct an exception that holds another exception.
- Parameters:
t - The other exception.
Copyright © 2011. All Rights Reserved.