com.hack23.cia.web.action.common
Class ApplicationErrorAction
java.lang.Object
com.hack23.cia.web.action.common.AbstractAction
com.hack23.cia.web.action.common.ApplicationErrorAction
- All Implemented Interfaces:
- ControllerAction, Serializable
public class ApplicationErrorAction
- extends AbstractAction
The Class ApplicationErrorAction.
- See Also:
- Serialized Form
ApplicationErrorAction
public ApplicationErrorAction(StackTraceElement[] stackTraceElements,
String errorMessage)
- Instantiates a new application error action.
- Parameters:
stackTraceElements
- the stack trace elementserrorMessage
- the error message
getErrorMessage
public final String getErrorMessage()
- Gets the error message.
- Returns:
- the error message
getStackTraceElements
public final StackTraceElement[] getStackTraceElements()
- Gets the stack trace elements.
- Returns:
- the stack trace elements
Copyright © 2008-2009 www.hack23.com. All Rights Reserved.