java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openprovenance.prov.model.exception.InvalidIndexException
- All Implemented Interfaces:
Serializable
An exception thrown when an invalid case occurs.
- Author:
- lavm
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidIndexException(String message) InvalidIndexException(String message, Throwable cause) InvalidIndexException(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
-
InvalidIndexException
public InvalidIndexException() -
InvalidIndexException
- Parameters:
message- a message
-
InvalidIndexException
- Parameters:
cause- the exception
-
InvalidIndexException
-