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