org.javimmutable.collections
Class Cursor.NoValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by 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

Constructor Summary
Cursor.NoValueException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Cursor.NoValueException

public Cursor.NoValueException()


Copyright © 2014 Burton Computer Corporation. All rights reserved.