|
|||||||||
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.kernel.util.IllegalActionException
public class IllegalActionException
Thrown on an attempt to perform an action that would result in an inconsistent or contradictory data structure if it were allowed to complete.
Examples include:
Green (cxh) |
Green (cxh) |
Constructor Summary | |
---|---|
IllegalActionException(Nameable object)
Construct an exception with a detail message that is only the name of the argument. |
|
IllegalActionException(Nameable object1,
Nameable object2)
Construct an exception with a detail message that consists of only the names of the object1 and object2 arguments. |
|
IllegalActionException(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. |
|
IllegalActionException(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. |
|
IllegalActionException(Nameable object,
java.lang.String detail)
Construct an exception with a detail message that includes the name of the first argument. |
|
IllegalActionException(Nameable object,
java.lang.Throwable cause,
java.lang.String detail)
Construct an exception with a detail message that includes the name of the first argument. |
|
IllegalActionException(java.lang.String detail)
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 IllegalActionException(java.lang.String detail)
detail
- The message.public IllegalActionException(Nameable object)
object
- The object.public IllegalActionException(Nameable object, java.lang.String detail)
object
- The object.detail
- The message.public IllegalActionException(Nameable object, java.lang.Throwable cause, java.lang.String detail)
object
- The object.cause
- The cause of this exception, or null if the cause
is not known or nonexistent.detail
- The message.public IllegalActionException(Nameable object1, Nameable object2)
object1
- The first object.object2
- The second object.public IllegalActionException(Nameable object1, Nameable object2, java.lang.String detail)
object1
- The first object.object2
- The second object.detail
- The message.public IllegalActionException(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, or null if the cause
is not known or nonexistent.detail
- The message.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |