Class ActionEscape
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.bordertech.wcomponents.Escape
-
- com.github.bordertech.wcomponents.ActionEscape
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ContentEscape
,ErrorCodeEscape
,ForwardException
public class ActionEscape extends Escape
Extensions of ActionEscape indicated that they must be handled during the action phase of processing. This is important in a portal environment.- Author:
- Martin Shevchenko
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description ActionEscape()
Default constructor.protected
ActionEscape(String message, Throwable cause)
Constructor that allows a message and cause to be provided.
-
Method Summary
-
Methods inherited from class com.github.bordertech.wcomponents.Escape
escape, getRequest, getResponse, setRequest, setResponse
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-