Package io.ocfl.api.exception
Class OcflInputException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.ocfl.api.exception.OcflJavaException
io.ocfl.api.exception.OcflInputException
- All Implemented Interfaces:
Serializable
This is a generic exception that indicates that there was something wrong with an input to ocfl-java
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOcflInputException
(String message) OcflInputException
(String message, Throwable cause) OcflInputException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OcflInputException
public OcflInputException() -
OcflInputException
-
OcflInputException
-
OcflInputException
-