Package org.apache.mina.statemachine
Class BreakException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.mina.statemachine.BreakException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
BreakAndCallException,BreakAndContinueException,BreakAndGotoException,BreakAndReturnException
public class BreakException extends java.lang.RuntimeExceptionThe base exception of the exceptions thrown by the methods in theStateControlclass. If you use any of theStateControlmethods to change the execution of aStateMachineyou must make sure that exceptions of this type aren't caught and swallowed by your code.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description protectedBreakException()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-