nl.openedge.baritus.interceptors
Class FlowException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynl.openedge.baritus.interceptors.FlowException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DispatchNowFlowException, ReturnNowFlowException

public abstract class FlowException
extends java.lang.Exception

Flow exception; base exception for flow exceptions.

Author:
Eelco Hillenius
See Also:
Serialized Form

Constructor Summary
FlowException()
           
 
Method Summary
 boolean isExecuteOtherInterceptors()
           
 void setExecuteOtherInterceptors(boolean b)
           
 
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

FlowException

public FlowException()
Method Detail

isExecuteOtherInterceptors

public boolean isExecuteOtherInterceptors()
Returns:
boolean

setExecuteOtherInterceptors

public void setExecuteOtherInterceptors(boolean b)
Parameters:
b -


Copyright © 2003-2004 Open Edge. All Rights Reserved.