Class UnpositionedCursorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.cojen.tupl.UnpositionedCursorException
- All Implemented Interfaces:
Serializable
Exception thrown when acting on a
Cursor
which doesn't have a position defined.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnpositionedCursorException
(String message) UnpositionedCursorException
(String message, 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
-
UnpositionedCursorException
public UnpositionedCursorException() -
UnpositionedCursorException
-
UnpositionedCursorException
-
UnpositionedCursorException
-