planetj.dataengine.exception
Class DEMessageException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--planetj.exception.CMException
|
+--planetj.dataengine.exception.DataEngineException
|
+--planetj.dataengine.exception.DEMessageException
- All Implemented Interfaces:
- Serializable
- public class DEMessageException
- extends DataEngineException
- 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 |
DEMessageException
public DEMessageException(Exception e)
- DEMessageException constructor comment.
- Parameters:
e
- java.lang.Exception
DEMessageException
public DEMessageException(Exception e,
String pMessage)
- DEMessageException constructor comment.
- Parameters:
e
- java.lang.ExceptionpMessage
- java.lang.String
DEMessageException
public DEMessageException(String s)
- DEMessageException constructor comment.
- Parameters:
s
- java.lang.String