Package org.anchoranalysis.io.input
Class InputReadFailedException
Object
Throwable
Exception
AnchorCheckedException
InputReadFailedException
- All Implemented Interfaces:
Serializable
When an error occurs reading an input.
- Author:
- Owen Feehan
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInputReadFailedException
(String message) Create with a message only.InputReadFailedException
(String message, Throwable cause) Create with a message and cause.Create with a cause only. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InputReadFailedException
Create with a message only.- Parameters:
message
- the exception message.
-
InputReadFailedException
Create with a cause only.- Parameters:
cause
- the cause.
-
InputReadFailedException
Create with a message and cause.- Parameters:
message
- the exception message.cause
- the cause.
-