Module prov.model
Class DocumentedUnsupportedCaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openprovenance.prov.model.exception.DocumentedUnsupportedCaseException
- All Implemented Interfaces:
Serializable
An exception thrown when a documented unsupported case is called
- Author:
- lavm
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDocumentedUnsupportedCaseException(String message) DocumentedUnsupportedCaseException(String message, 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
-
DocumentedUnsupportedCaseException
public DocumentedUnsupportedCaseException() -
DocumentedUnsupportedCaseException
- Parameters:
message- a message
-
DocumentedUnsupportedCaseException
- Parameters:
cause- the exception
-
DocumentedUnsupportedCaseException
-