public class ActionError extends Object
Modifier and Type | Field and Description |
---|---|
protected ActionData |
data |
protected ActionRuntimeException |
exception |
protected String[] |
values |
Constructor and Description |
---|
ActionError(ActionRuntimeException cause,
ActionData data) |
ActionError(ActionRuntimeException cause,
ActionData data,
String[] values) |
Modifier and Type | Method and Description |
---|---|
ActionRuntimeException |
getException() |
protected ActionRuntimeException exception
protected ActionData data
protected String[] values
public ActionError(ActionRuntimeException cause, ActionData data)
public ActionError(ActionRuntimeException cause, ActionData data, String[] values)
public ActionRuntimeException getException()