org.apache.mina.statemachine
Class BreakException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.mina.statemachine.BreakException
All Implemented Interfaces:
Serializable

public class BreakException
extends RuntimeException

The base exception of the exceptions thrown by the methods in the StateControl class. If you use any of the StateControl methods to change the execution of a StateMachine you must make sure that exceptions of this type aren't caught and swallowed by your code.

Version:
$Rev: 588579 $, $Date: 2007-10-26 11:21:01 +0200 (ven, 26 oct 2007) $
Author:
The Apache MINA Project (dev@mina.apache.org)
See Also:
Serialized Form

Constructor Summary
protected BreakException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BreakException

protected BreakException()


Copyright © 2004-2008 Apache MINA Project. All Rights Reserved.