com.quinncurtis.chart2djava
Class ChartException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.quinncurtis.chart2djava.ChartException
All Implemented Interfaces:
java.io.Serializable

public class ChartException
extends java.lang.Exception

This class is holds is the general class used for exceptions.

See Also:
Serialized Form

Constructor Summary
ChartException()
          The default constructor.
ChartException(java.lang.String s)
          This constructor calls the underlying Exception constructor.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChartException

public ChartException()
The default constructor.


ChartException

public ChartException(java.lang.String s)
This constructor calls the underlying Exception constructor.