Package io.ocfl.api.exception
Class PathConstraintException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.ocfl.api.exception.OcflJavaException
io.ocfl.api.exception.PathConstraintException
- All Implemented Interfaces:
Serializable
Indicates when a path has failed a constraint check.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPathConstraintException
(String message) PathConstraintException
(String message, Throwable cause) PathConstraintException
(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
-
PathConstraintException
public PathConstraintException() -
PathConstraintException
-
PathConstraintException
-
PathConstraintException
-