com.jidesoft.chart
Class ChartException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.jidesoft.chart.ChartException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ChartBoundsException
public class ChartException
- extends Exception
A general exception that may be thrown when a problem arises in the charting package or related to charting
- See Also:
ChartBoundsException
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ChartException
public ChartException()
ChartException
public ChartException(String message)
ChartException
public ChartException(Throwable throwable)
ChartException
public ChartException(String message,
Throwable throwable)