Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

oracle.ide.wizard
Class FSMTransitionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.ide.wizard.FSMException
              extended by 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

Field Summary
 
Fields inherited from class oracle.ide.wizard.FSMException
_chainedTo
 
Constructor Summary
FSMTransitionException()
           
FSMTransitionException(java.lang.String s)
           
FSMTransitionException(java.lang.String s, java.lang.Throwable t)
           
FSMTransitionException(java.lang.Throwable t)
           
 
Method Summary
 
Methods inherited from class oracle.ide.wizard.FSMException
printStackTrace, printStackTrace, printStackTrace
 
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
 

Constructor Detail

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)

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Copyright © 1997, 2013, Oracle. All rights reserved.