saaps.util
Class TimeSeriesIndexException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--saaps.util.IllegalTimeSeriesException
                    |
                    +--saaps.util.TimeSeriesIndexException
All Implemented Interfaces:
java.io.Serializable

public class TimeSeriesIndexException
extends IllegalTimeSeriesException

This inner class reports index error in TimeSeries.

See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
TimeSeriesIndexException(java.lang.String error)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

TimeSeriesIndexException

public TimeSeriesIndexException(java.lang.String error)