public class TimeSeriesSetException extends Exception
| Constructor and Description |
|---|
TimeSeriesSetException()
Constructs a new TimeSeriesSetException with the default message.
|
TimeSeriesSetException(String message)
Constructs a new TimeSeriesSetException with the given message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TimeSeriesSetException(String message)
message - the messagepublic TimeSeriesSetException()