nl.openedge.baritus.interceptors
Class DispatchNowFlowException

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

public final class DispatchNowFlowException
extends FlowException

Flow exception; is thrown when an interceptor wants to dispatch to another URL immediately.

Author:
Eelco Hillenius
See Also:
Serialized Form

Constructor Summary
DispatchNowFlowException(java.lang.String dispatchPath)
          Construct with dispatch path.
 
Method Summary
 java.lang.String getDispatchPath()
          Get the path to dispatch to
 java.lang.String toString()
          String representation.
 
Methods inherited from class nl.openedge.baritus.interceptors.FlowException
isExecuteOtherInterceptors, setExecuteOtherInterceptors
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DispatchNowFlowException

public DispatchNowFlowException(java.lang.String dispatchPath)
Construct with dispatch path.

Parameters:
dispatchPath -
Method Detail

getDispatchPath

public java.lang.String getDispatchPath()
Get the path to dispatch to

Returns:

toString

public java.lang.String toString()
String representation.

See Also:
Object.toString()


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