public class FsmException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
The version UID.
|
| Constructor and Description |
|---|
FsmException()
Create the object.
|
FsmException(java.lang.String message)
Create the object.
|
FsmException(java.lang.String message,
java.lang.Throwable cause)
Create the object.
|
FsmException(java.lang.Throwable cause)
Create the object.
|
private static final long serialVersionUID
public FsmException()
public FsmException(java.lang.String message)
message - the messagepublic FsmException(java.lang.Throwable cause)
cause - the causepublic FsmException(java.lang.String message,
java.lang.Throwable cause)
message - the messagecause - the causeCopyright 2013 Michal Turek, AnotherFSM.