Extension SDK 10.1.2

oracle.ide.panels
Class FSMInvalidException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.ide.panels.FSMException
              extended byoracle.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

Field Summary
 
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, 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)

Extension SDK

 

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