org.encog.neural.pattern
Class PatternError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.encog.EncogError
org.encog.neural.NeuralNetworkError
org.encog.neural.pattern.PatternError
- All Implemented Interfaces:
- Serializable
public class PatternError
- extends NeuralNetworkError
This class is thrown when an error occurs while using one of the neural
network pattern classes.
- Author:
- jheaton
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PatternError
public PatternError(String msg)
- Construct a message exception.
- Parameters:
msg
- The exception message.
PatternError
public PatternError(Throwable t)
- Construct an exception that holds another exception.
- Parameters:
t
- The other exception.
Copyright © 2014. All Rights Reserved.