JIDE 3.5.15

com.jidesoft.chart
Class ChartException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
ChartException()
           
ChartException(String message)
           
ChartException(String message, Throwable throwable)
           
ChartException(Throwable throwable)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChartException

public ChartException()

ChartException

public ChartException(String message)

ChartException

public ChartException(Throwable throwable)

ChartException

public ChartException(String message,
                      Throwable throwable)

JIDE 3.5.15