|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
planetj.exception.CMException
planetj.dataengine.exception.DataEngineException
planetj.chart.ChartException
Thrown when charting fails. Used to allow for catching of a distinct DataEngineException type.
| Field Summary |
| Fields inherited from class planetj.exception.CMException |
DISPLAY_ALL, DISPLAY_CLASS_INFO, DISPLAY_DETAILED_MESSAGE, DISPLAY_MESSAGE, DISPLAY_ORIGINAL_EXCEPTION, FATAL, INFO, propertyChange, SHOW_EXCEPTION, WARNING |
| Constructor Summary | |
ChartException(java.lang.Exception e)
ChartException constructor comment. |
|
ChartException(java.lang.Exception e,
java.lang.String pMessage)
ChartException constructor comment. |
|
ChartException(java.lang.String message)
ChartException constructor comment. |
|
| Methods inherited from class planetj.exception.CMException |
addPropertyChangeListener, firePropertyChange, getCMMessage, getDetailedMessage, getDisplayString, getDisplayStringInternal, getDisplayType, getMessage, getNextException, getOriginalException, getPropertyChange, getType, removePropertyChangeListener, setDetailedMessage, setDisplayType, setMessage, setNextException, setOriginalException, setType, toString |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ChartException(java.lang.Exception e)
e - java.lang.Exception
public ChartException(java.lang.Exception e,
java.lang.String pMessage)
e - java.lang.ExceptionpMessage - java.lang.Stringpublic ChartException(java.lang.String message)
message - java.lang.String
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||