Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.ide.wizard
Class FSMInvalidException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.ide.wizard.FSMException
              extended by oracle.ide.wizard.FSMInvalidException

All Implemented Interfaces:
java.io.Serializable

public class FSMInvalidException
extends FSMException

This exception is thrown when the definition of an FSM is determined to be invalid.

See Also:
Serialized Form

Field Summary

 

Fields inherited from class oracle.ide.wizard.FSMException
_chainedTo

 

Constructor Summary
FSMInvalidException()
           
FSMInvalidException(java.lang.String s)
           
FSMInvalidException(java.lang.String s, java.lang.Throwable t)
           
FSMInvalidException(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

FSMInvalidException

public FSMInvalidException()

FSMInvalidException

public FSMInvalidException(java.lang.Throwable t)

FSMInvalidException

public FSMInvalidException(java.lang.String s)

FSMInvalidException

public FSMInvalidException(java.lang.String s,
                           java.lang.Throwable t)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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