|
||||||||||
| 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
org.encog.neural.NeuralNetworkError
public class NeuralNetworkError
Used by the neural network classes to indicate an error.
| Constructor Summary | |
|---|---|
NeuralNetworkError(String msg)
Construct a message exception. |
|
NeuralNetworkError(String msg,
Throwable t)
Construct an exception that holds another exception. |
|
NeuralNetworkError(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 NeuralNetworkError(String msg)
msg - The exception message.public NeuralNetworkError(Throwable t)
t - The other exception.
public NeuralNetworkError(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 | |||||||||