public class ValueOutOfBoundsException extends NeuralNetException
| Constructor and Description |
|---|
ValueOutOfBoundsException()
Creates a new exception with no message
|
ValueOutOfBoundsException(java.lang.String p_message)
Creates a new ValueOutOfBoundsException with the given message.
|
ValueOutOfBoundsException(java.lang.String p_message,
double p_value)
Creates a new ValueOutOfBoundsException with the message and value given.
|
public ValueOutOfBoundsException(java.lang.String p_message,
double p_value)
p_message - The message to relay to the userp_value - The value which caused the exceptionpublic ValueOutOfBoundsException(java.lang.String p_message)
p_message - The message to relay to the userpublic ValueOutOfBoundsException()