org.javimmutable.collections
Class Cursor.NotStartedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.javimmutable.collections.Cursor.NotStartedException
- All Implemented Interfaces:
- Serializable
- Enclosing interface:
- Cursor<T>
public static class Cursor.NotStartedException
- extends IllegalStateException
Thrown by hasValue() and getValue() if the cursor has not been started by calling next() yet.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Cursor.NotStartedException
public Cursor.NotStartedException()
Copyright © 2014 Burton Computer Corporation. All rights reserved.