Module prov.model
Class InvalidAttributeValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openprovenance.prov.model.exception.InvalidAttributeValueException
- All Implemented Interfaces:
Serializable
An Exception when an attribute is given an invalid value. For instance, when a prov:label is given a value that is not a string.
- Author:
- lavm
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidAttributeValueException(String message, Throwable cause) InvalidAttributeValueException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidAttributeValueException
public InvalidAttributeValueException() -
InvalidAttributeValueException
-
InvalidAttributeValueException
-
InvalidAttributeValueException
-
InvalidAttributeValueException
-