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
public class CorruptObjectException extends OcflJavaException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CorruptObjectException()
CorruptObjectException(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
-
-