Package org.apache.mina.statemachine
Class BreakAndGotoException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.mina.statemachine.BreakException
-
- org.apache.mina.statemachine.BreakAndGotoException
-
- All Implemented Interfaces:
java.io.Serializable
class BreakAndGotoException extends BreakException
Exception used internally byStateControl.
-
-
Field Summary
Fields Modifier and Type Field Description private booleannowprivate static longserialVersionUIDprivate java.lang.StringstateId
-
Constructor Summary
Constructors Constructor Description BreakAndGotoException(java.lang.String stateId, boolean now)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetStateId()booleanisNow()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
stateId
private final java.lang.String stateId
-
now
private final boolean now
-
-