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