planetj.chart
Class ChartException
java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--planetj.exception.CMException
                    |
                    +--planetj.dataengine.exception.DataEngineException
                          |
                          +--planetj.chart.ChartException
- All Implemented Interfaces: 
 - Serializable
 
- public class ChartException
- extends DataEngineException
  
Thrown when charting fails.  Used to allow for catching of a distinct DataEngineException
 type.
- See Also:
 - Serialized Form
 
 
 
 
| Methods inherited from class planetj.exception.CMException | 
addPropertyChangeListener, firePropertyChange, getCMMessage, getDetailedMessage, getDisplayString, getDisplayType, getMessage, getNextException, getOriginalException, getType, removePropertyChangeListener, setDetailedMessage, setDisplayType, setMessage, setNextException, setOriginalException, setType, toString | 
 
 
 
ChartException
public ChartException(Exception e)
- ChartException constructor comment.
 - Parameters:
 e - java.lang.Exception
ChartException
public ChartException(Exception e,
                      String pMessage)
- ChartException constructor comment.
 - Parameters:
 e - java.lang.ExceptionpMessage - java.lang.String
ChartException
public ChartException(String message)
- ChartException constructor comment.
 - Parameters:
 message - java.lang.String