|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ptolemy.caltrop.ddi.DDIException
public class DDIException
A general-purpose exception used in the ddi package, used to indicate an error during domain dependent interpretation.
Red (cxh) |
Red (cxh) |
Constructor Summary | |
---|---|
DDIException()
Create a DDIException. |
|
DDIException(java.lang.String msg)
Create a DDIException with an error message. |
|
DDIException(java.lang.String msg,
java.lang.Throwable cause)
Create a DDIException with an error message and a cause. |
|
DDIException(java.lang.Throwable cause)
Create a DDIException with a cause. |
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 |
---|
public DDIException()
public DDIException(java.lang.String msg)
msg
- The error message.public DDIException(java.lang.String msg, java.lang.Throwable cause)
msg
- The error message.cause
- The cause.public DDIException(java.lang.Throwable cause)
cause
- The cause.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |