saaps.util
Class IllegalTimeSeriesException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--saaps.util.IllegalTimeSeriesException
Direct Known Subclasses:
TimeSeriesContinuityException, TimeSeriesEODException, TimeSeriesIndexException, TimeSeriesSequenceException

public class IllegalTimeSeriesException
extends java.lang.Exception

The IllegalTimeSeriesException class provides error checking of TimeSeries which can be inserted into the Database.

See Also:
Serialized Form

Constructor Summary
IllegalTimeSeriesException(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

IllegalTimeSeriesException

public IllegalTimeSeriesException(java.lang.String error)