java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openprovenance.prov.model.exception.QualifiedNameException
- All Implemented Interfaces:
Serializable
An exception thrown when
QualifiedName processing is problematic.- Author:
- lavm
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQualifiedNameException(String message) QualifiedNameException(String message, Throwable cause) QualifiedNameException(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
-
QualifiedNameException
public QualifiedNameException() -
QualifiedNameException
- Parameters:
message- a message descriping the exception situation
-
QualifiedNameException
- Parameters:
cause- the cause
-
QualifiedNameException
-