Class QualifiedNameException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openprovenance.prov.model.exception.QualifiedNameException
-
- All Implemented Interfaces:
Serializable
public class QualifiedNameException extends RuntimeException
An exception thrown whenQualifiedNameprocessing is problematic.- Author:
- lavm
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QualifiedNameException()QualifiedNameException(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 Detail
-
QualifiedNameException
public QualifiedNameException()
-
QualifiedNameException
public QualifiedNameException(String message)
- Parameters:
message- a message descriping the exception situation
-
QualifiedNameException
public QualifiedNameException(Throwable cause)
- Parameters:
cause- the cause
-
-