com.timeindexing.basic
Class IllegalIntervalValue

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

public class IllegalIntervalValue
extends java.lang.IndexOutOfBoundsException

An IllegalIntervalValue is thrown when an a null is passed as argument to an Interval constructor.

See Also:
Serialized Form

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

IllegalIntervalValue

public IllegalIntervalValue()
Throw a IllegalIntervalValue with no message.


IllegalIntervalValue

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