com.timeindexing.index
Class TimestampOutOfBoundsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.IndexOutOfBoundsException
                  extended bycom.timeindexing.index.TimestampOutOfBoundsException
All Implemented Interfaces:
java.io.Serializable

public class TimestampOutOfBoundsException
extends java.lang.IndexOutOfBoundsException

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

See Also:
Serialized Form

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

TimestampOutOfBoundsException

public TimestampOutOfBoundsException()
Throw a TimestampOutOfBoundsException with no message.


TimestampOutOfBoundsException

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