Package org.jfree.data
Class SeriesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jfree.data.SeriesException
- All Implemented Interfaces:
Serializable
public class SeriesException extends RuntimeException implements Serializable
A general purpose exception class for data series.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SeriesException(String message)
Constructs a new series exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SeriesException
Constructs a new series exception.- Parameters:
message
- a message describing the exception.
-