com.timeindexing.index
Class PositionOutOfBoundsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.IndexOutOfBoundsException
                  extended bycom.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.
 
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.