Package io.ocfl.api.exception
Class CorruptObjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.ocfl.api.exception.OcflJavaException
io.ocfl.api.exception.CorruptObjectException
- All Implemented Interfaces:
Serializable
This exception indicates that there is something wrong with the underlying OCFL object, and it cannot be operated on
by the ocfl-java library.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCorruptObjectException
(String message) CorruptObjectException
(String message, Throwable cause) CorruptObjectException
(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
-
CorruptObjectException
public CorruptObjectException() -
CorruptObjectException
-
CorruptObjectException
-
CorruptObjectException
-