Extension SDK 10.1.2


oracle.ide.panels
Class FSMException

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

printStackTrace

public void printStackTrace(java.io.PrintStream printStream)

printStackTrace

public void printStackTrace(java.io.PrintWriter printWriter)

Extension SDK


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