saaps.util
Class TimeSeriesIndexException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--saaps.util.IllegalTimeSeriesException
                    |
                    +--saaps.util.TimeSeriesIndexException

public class TimeSeriesIndexException
extends IllegalTimeSeriesException

This inner class reports index error in TimeSeries.

See Also:
Serialized Form

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

Constructor Detail

TimeSeriesIndexException

public TimeSeriesIndexException(java.lang.String error)