Skip navigation links 
 
oracle.ide.wizard
Class FSMTransitionException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
oracle.ide.wizard.FSMException
              
oracle.ide.wizard.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)
Skip navigation links 
 
Copyright © 1997, 2016, Oracle. All rights reserved.