|
||||||||||
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.neuroph.core.exceptions.NeurophException
org.neuroph.util.io.NeurophInputException
public class NeurophInputException
This exception is thrown when error occurs when reading input using some InputAdapter
InputAdapter
,
Serialized FormConstructor Summary | |
---|---|
NeurophInputException()
Constructs an NeurophInputException with no detail message. |
|
NeurophInputException(String message)
Constructs an NeurophInputException with the specified detail message. |
|
NeurophInputException(String message,
Throwable cause)
Constructs a NeurophInputException with the specified detail message and specified cause. |
|
NeurophInputException(Throwable cause)
Constructs a new runtime exception with the specified cause |
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 NeurophInputException()
public NeurophInputException(String message)
message
- the detail message.public NeurophInputException(String message, Throwable cause)
message
- the detail message.cause
- the cause for exceptionpublic NeurophInputException(Throwable cause)
cause
- the cause for exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |