Skip navigation links 
 
oracle.ide.wizard
Class FSMException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
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 
            | 
  
 
  
 
 
| 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 | 
 
 
_chainedTo
protected final java.lang.Throwable _chainedTo
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)
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 
 
Copyright © 1997, 2013, Oracle. All rights reserved.