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