com.timeindexing.index
Class PositionOutOfBoundsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IndexOutOfBoundsException
                  extended by com.timeindexing.index.PositionOutOfBoundsException
All Implemented Interfaces:
java.io.Serializable

public class PositionOutOfBoundsException
extends java.lang.IndexOutOfBoundsException

An PositionOutOfBoundsException is thrown when an attempt is made to access a Position that an Index does not have.

See Also:
Serialized Form

Constructor Summary
PositionOutOfBoundsException()
          Throw a PositionOutOfBoundsException with no message.
PositionOutOfBoundsException(java.lang.String s)
          Throw a PositionOutOfBoundsException with a message.
 
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

PositionOutOfBoundsException

public PositionOutOfBoundsException()
Throw a PositionOutOfBoundsException with no message.


PositionOutOfBoundsException

public PositionOutOfBoundsException(java.lang.String s)
Throw a PositionOutOfBoundsException with a message.



Timeindexing 2008