java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openprovenance.prov.model.exception.ParserException
-
Constructor Summary
ConstructorsConstructorDescriptionParserException(String message) ParserException(String message, Throwable cause) ParserException(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
-
ParserException
public ParserException() -
ParserException
- Parameters:
message- a message describing the exception situation
-
ParserException
- Parameters:
cause- the cause
-
ParserException
-