org.javimmutable.collections
Class Cursor.NotStartedException

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.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

Constructor Summary
Cursor.NotStartedException()
           
 
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.NotStartedException

public Cursor.NotStartedException()


Copyright © 2014 Burton Computer Corporation. All rights reserved.