org.encog.app.analyst
Class AnalystError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.encog.EncogError
org.encog.app.analyst.AnalystError
- All Implemented Interfaces:
- Serializable
public class AnalystError
- extends EncogError
An error has occured with the Encog Analyst.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AnalystError
public AnalystError(String msg)
- Construct a message exception.
- Parameters:
msg - The exception message.
AnalystError
public AnalystError(Throwable t)
- Construct an exception that holds another exception.
- Parameters:
t - The other exception.
Copyright © 2011. All Rights Reserved.