public class ShowThrowableDeffered
extends java.lang.Object
implements com.softwareag.cis.plugin.interfaces.RunnableDeferred
RunnableDeferred
which shows error message using
ActionContext.showThrowable(Throwable)
Constructor and Description |
---|
ShowThrowableDeffered(java.lang.Throwable exc,
ActionContext actionContext) |
Modifier and Type | Method and Description |
---|---|
void |
run() |
public ShowThrowableDeffered(java.lang.Throwable exc, ActionContext actionContext)
exc
- The exception to be show.actionContext
- The action context to use when showing the error.