nl.openedge.baritus.interceptors
Class ReturnNowFlowException

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

public final class ReturnNowFlowException
extends FlowException

Flow exception; is thrown when an interceptor wants an override of the default view, and this view should be directed to immediately.

Author:
Eelco Hillenius
See Also:
Serialized Form

Constructor Summary
ReturnNowFlowException(java.lang.String view)
          Construct with view.
 
Method Summary
 java.lang.String getView()
          Get the view to return.
 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

ReturnNowFlowException

public ReturnNowFlowException(java.lang.String view)
Construct with view.

Parameters:
view - view to return
Method Detail

getView

public java.lang.String getView()
Get the view to return.

Returns:
String view to return

toString

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

See Also:
Object.toString()


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