public class NeuralNetException
extends java.lang.Exception
| Modifier | Constructor and Description |
|---|---|
protected |
NeuralNetException()
Creates a new exception with no message
|
protected |
NeuralNetException(java.lang.String p_message)
Creates a new NeuralNetException with the message given.
|