|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.encog.EncogError
public class EncogError
General error class for Encog. All Encog errors should extend from this class. Doing this ensures that they will be caught as Encog errors. This also ensures that any subclasses will be logged.
Constructor Summary | |
---|---|
EncogError(String msg)
Construct a message exception. |
|
EncogError(String msg,
Throwable t)
Construct an exception that holds another exception. |
|
EncogError(Throwable t)
Construct an exception that holds another exception. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EncogError(String msg)
msg
- The exception message.public EncogError(Throwable t)
t
- The other exception.public EncogError(String msg, Throwable t)
msg
- A message.t
- The other exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |