saaps.util
Class IllegalTimeSeriesException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--saaps.util.IllegalTimeSeriesException
All Implemented Interfaces:
java.io.Serializable
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.

Version:
2000-03-30
Author:
Leif Kalla
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
IllegalTimeSeriesException(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

IllegalTimeSeriesException

public IllegalTimeSeriesException(java.lang.String error)