Class InvalidCursorStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
tech.oxfordsemantic.jrdfox.exceptions.JRDFoxException
tech.oxfordsemantic.jrdfox.exceptions.InvalidCursorStateException
- All Implemented Interfaces:
Serializable
This exception is thrown when a cursor function is called and the cursor is an invalid state.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidCursorStateException(String message) InvalidCursorStateException(String message, Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidCursorStateException
public InvalidCursorStateException() -
InvalidCursorStateException
-
InvalidCursorStateException
-