com.timeindexing.index
Class TimestampOutOfBoundsException

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

TimestampOutOfBoundsException

public TimestampOutOfBoundsException()
Throw a TimestampOutOfBoundsException with no message.


TimestampOutOfBoundsException

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



Timeindexing 2008