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
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 |
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)