com.dynamide.event
Class ErrorHandlerResult

java.lang.Object
  extended by com.dynamide.event.ErrorHandlerResult

public class ErrorHandlerResult
extends java.lang.Object


Field Summary
 int action
           
 java.lang.String displayMessage
           
static int RETURN_EMPTY
          A valid code for "action" member -- if action == RETURN_EMPTY, the invalid page or widget object's output will be replaced by the empty string.
static int RETURN_SOURCE
          A valid code for "action" member -- if action == RETURN_SOURCE, ErrorHandlerResult.source will be substituted for the invalid page or widget object's output.
 java.lang.String source
           
static int UNHANDLED
          A valid code for "action" member -- if action == UNHANDLED, Dynamide will show the normal chain of error pages.
 
Constructor Summary
ErrorHandlerResult()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

displayMessage

public java.lang.String displayMessage

source

public java.lang.String source

RETURN_SOURCE

public static final int RETURN_SOURCE
A valid code for "action" member -- if action == RETURN_SOURCE, ErrorHandlerResult.source will be substituted for the invalid page or widget object's output. If you wish to jump to another page, use the jumpToPage method of the ScriptEvent.

See Also:
Constant Field Values

RETURN_EMPTY

public static final int RETURN_EMPTY
A valid code for "action" member -- if action == RETURN_EMPTY, the invalid page or widget object's output will be replaced by the empty string.

See Also:
Constant Field Values

UNHANDLED

public static final int UNHANDLED
A valid code for "action" member -- if action == UNHANDLED, Dynamide will show the normal chain of error pages.

See Also:
Constant Field Values

action

public int action
Constructor Detail

ErrorHandlerResult

public ErrorHandlerResult()


Copyright © 2001-2013 DYNAMIDE.COM. All Rights Reserved.