com.finalist.util.genelv.struts
Class ExceptionConstants

java.lang.Object
  extended bycom.finalist.util.genelv.struts.ExceptionConstants

public final class ExceptionConstants
extends java.lang.Object

Manifest constants for the exception handling.

Version:
1.00
Author:
GW

Field Summary
static java.lang.String EXCEPTION
          Attribute name for the exception to be handled.
static java.lang.String EXCEPTION_ACTION_ERRORS
          Attribute name for the exception action errors (yields for BusinessLogicException).
static java.lang.String EXCEPTION_EXPLANATION
          Attribute name for the exception explanation.
static java.lang.String EXCEPTION_MESSAGE
          Attribute name for the exception message.
static java.lang.String EXCEPTION_PAGE
          (STRUTS) Global forward name for the generic exception page.
static java.lang.String EXCEPTION_STACK_TRACE
          Attribute name for the exception stack trace.
static java.lang.String EXCEPTION_WHATTODO
          Attribute name for the exception what to do message.
static java.lang.String JSP_EXCEPTION
          Attribute name for the exception message.
 
Constructor Summary
ExceptionConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXCEPTION

public static final java.lang.String EXCEPTION
Attribute name for the exception to be handled.

See Also:
Constant Field Values

JSP_EXCEPTION

public static final java.lang.String JSP_EXCEPTION
Attribute name for the exception message.

See Also:
Constant Field Values

EXCEPTION_MESSAGE

public static final java.lang.String EXCEPTION_MESSAGE
Attribute name for the exception message.

See Also:
Constant Field Values

EXCEPTION_EXPLANATION

public static final java.lang.String EXCEPTION_EXPLANATION
Attribute name for the exception explanation.

See Also:
Constant Field Values

EXCEPTION_WHATTODO

public static final java.lang.String EXCEPTION_WHATTODO
Attribute name for the exception what to do message.

See Also:
Constant Field Values

EXCEPTION_STACK_TRACE

public static final java.lang.String EXCEPTION_STACK_TRACE
Attribute name for the exception stack trace.

See Also:
Constant Field Values

EXCEPTION_ACTION_ERRORS

public static final java.lang.String EXCEPTION_ACTION_ERRORS
Attribute name for the exception action errors (yields for BusinessLogicException).

See Also:
Constant Field Values

EXCEPTION_PAGE

public static final java.lang.String EXCEPTION_PAGE
(STRUTS) Global forward name for the generic exception page.

See Also:
Constant Field Values
Constructor Detail

ExceptionConstants

public ExceptionConstants()


Copyright © 2003-2004 SourceForge. All Rights Reserved.