Skip navigation links

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

E13403-06


oracle.ide.wizard
Class FSMException

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

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FSMInvalidException, FSMTransitionException

public class FSMException
extends java.lang.Exception

Base exception class for all FSM-related exceptions.

See Also:
Serialized Form

Field Summary
protected  java.lang.Throwable _chainedTo
           

 

Constructor Summary
FSMException()
           
FSMException(java.lang.String s)
           
FSMException(java.lang.String s, java.lang.Throwable chainedTo)
           
FSMException(java.lang.Throwable chainedTo)
           

 

Method Summary
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream printStream)
           
 void printStackTrace(java.io.PrintWriter printWriter)
           

 

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

 

Field Detail

_chainedTo

protected final java.lang.Throwable _chainedTo

Constructor Detail

FSMException

public FSMException()

FSMException

public FSMException(java.lang.Throwable chainedTo)

FSMException

public FSMException(java.lang.String s)

FSMException

public FSMException(java.lang.String s,
                    java.lang.Throwable chainedTo)

Method Detail

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintStream printStream)
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintWriter printWriter)
Overrides:
printStackTrace in class java.lang.Throwable

Skip navigation links

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

E13403-06


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