org.javimmutable.collections
Class Cursor.NoValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.javimmutable.collections.Cursor.NoValueException
- All Implemented Interfaces:
- Serializable
- Enclosing interface:
- Cursor<T>
public static class Cursor.NoValueException
- extends IllegalStateException
Thrown by getValue() if the Cursor's hasValue() method returns false.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Cursor.NoValueException
public Cursor.NoValueException()
Copyright © 2014 Burton Computer Corporation. All rights reserved.