Extension SDK

oracle.ide.panels
Class FSMInvalidException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.ide.panels.FSMException
                    |
                    +--oracle.ide.panels.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

Fields inherited from class oracle.ide.panels.FSMException
_chainedTo
 
Constructor Summary
FSMInvalidException()
           
FSMInvalidException(java.lang.String s)
           
FSMInvalidException(java.lang.String s, java.lang.Throwable t)
           
FSMInvalidException(java.lang.Throwable t)
           
 
Methods inherited from class oracle.ide.panels.FSMException
printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, 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)

Extension SDK