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
public class OcflInputException extends OcflJavaException
This is a generic exception that indicates that there was something wrong with an input to ocfl-java- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OcflInputException()
OcflInputException(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
-
-