oracle.ide.panels
Class FSMTransitionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.ide.panels.FSMException
oracle.ide.panels.FSMTransitionException
- All Implemented Interfaces:
- java.io.Serializable
- public class FSMTransitionException
- extends FSMException
This exception is thrown when an FSM
is asked to follow
a transition which does not lead to a defined state.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FSMTransitionException
public FSMTransitionException()
FSMTransitionException
public FSMTransitionException(java.lang.Throwable t)
FSMTransitionException
public FSMTransitionException(java.lang.String s)
FSMTransitionException
public FSMTransitionException(java.lang.String s,
java.lang.Throwable t)
Copyright © 1997, 2004, Oracle. All rights reserved.