|
|||||||||
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
ptolemy.kernel.util.KernelException
ptolemy.actor.gt.TransformationException
public class TransformationException
An exception to be thrown in model transformation.
GraphTransformer
,
Serialized Form
Red (tfeng) |
Yellow (tfeng) |
Constructor Summary | |
---|---|
TransformationException()
Construct an exception with a no specific detail message. |
|
TransformationException(Nameable object1,
Nameable object2,
java.lang.String detail)
Construct an exception with a detail message that includes the names of the first two arguments plus the third argument string. |
|
TransformationException(Nameable object1,
Nameable object2,
java.lang.Throwable cause,
java.lang.String detail)
Construct an exception with a detail message that includes the names of the first two arguments plus the third argument string. |
|
TransformationException(java.lang.String detail)
Construct an exception with a detail message. |
|
TransformationException(java.lang.String detail,
java.lang.Throwable cause)
Construct an exception with a detail message. |
Method Summary |
---|
Methods inherited from class ptolemy.kernel.util.KernelException |
---|
_setCause, _setMessage, generateMessage, generateMessage, generateMessage, getCause, getFullName, getMessage, getName, getNameable1, getNameable2, printStackTrace, printStackTrace, printStackTrace, stackTraceToString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TransformationException()
public TransformationException(Nameable object1, Nameable object2, java.lang.String detail)
object1
- The first object.object2
- The second object.detail
- The message.public TransformationException(Nameable object1, Nameable object2, java.lang.Throwable cause, java.lang.String detail)
object1
- The first object.object2
- The second object.cause
- The cause of this exception.detail
- The message.public TransformationException(java.lang.String detail)
detail
- The message.public TransformationException(java.lang.String detail, java.lang.Throwable cause)
detail
- The message.cause
- The cause of this exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |