Package org.jfree.data.general
Class SeriesException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jfree.data.general.SeriesException
-
- All Implemented Interfaces:
java.io.Serializable
public class SeriesException extends java.lang.RuntimeException implements java.io.Serializable
A general purpose exception class for data series.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
For serialization.
-
Constructor Summary
Constructors Constructor Description SeriesException(java.lang.String message)
Constructs a new series exception.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
For serialization.- See Also:
- Constant Field Values
-
-