com.timeindexing.basic
Class IllegalIntervalValue

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

IllegalIntervalValue

public IllegalIntervalValue()
Throw a IllegalIntervalValue with no message.


IllegalIntervalValue

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



Timeindexing 2008