Package ptolemy.domains.modal.kernel
Class MultipleEnabledTransitionsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ptolemy.kernel.util.KernelException
-
- ptolemy.kernel.util.IllegalActionException
-
- ptolemy.domains.modal.kernel.MultipleEnabledTransitionsException
-
- All Implemented Interfaces:
java.io.Serializable
public class MultipleEnabledTransitionsException extends IllegalActionException
Thrown when multiple outgoing transitions from one state are enabled at the same time.- Since:
- Ptolemy II 8.0
- Version:
- $Id$
- Author:
- Haiyang Zheng
- See Also:
- Serialized Form
- Pt.AcceptedRating:
- Red (hyzheng)
- Pt.ProposedRating:
- Red (hyzheng)
-
-
Constructor Summary
Constructors Constructor Description MultipleEnabledTransitionsException(java.lang.String detail)
Construct an exception with a detail message.MultipleEnabledTransitionsException(Nameable object, java.lang.String detail)
Construct an exception with a detail message that includes the name of the first argument.
-
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
-
-
-
-
Constructor Detail
-
MultipleEnabledTransitionsException
public MultipleEnabledTransitionsException(java.lang.String detail)
Construct an exception with a detail message.- Parameters:
detail
- The message.
-
MultipleEnabledTransitionsException
public MultipleEnabledTransitionsException(Nameable object, java.lang.String detail)
Construct an exception with a detail message that includes the name of the first argument.- Parameters:
object
- The object.detail
- The message.
-
-