|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| 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
ptolemy.domains.fsm.kernel.MultipleEnabledTransitionsException
public class MultipleEnabledTransitionsException
Thrown when multiple outgoing transitions from one state are enabled at the same time.
| Red (hyzheng) |
| Red (hyzheng) |
| Constructor Summary | |
|---|---|
MultipleEnabledTransitionsException(Nameable object,
java.lang.String detail)
Construct an exception with a detail message that includes the name of the first argument. |
|
MultipleEnabledTransitionsException(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 MultipleEnabledTransitionsException(java.lang.String detail)
detail - The message.
public MultipleEnabledTransitionsException(Nameable object,
java.lang.String detail)
object - The object.detail - The message.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||