flux
Interface ErrorAction

All Superinterfaces:
Action, java.lang.Cloneable, RuntimeDataMap, java.io.Serializable

public interface ErrorAction
extends Action

Throws an exception and forces error processing to occur.

Author:
Copyright 2014 Flux Corporation. All rights reserved.

Method Summary
 java.lang.String getMessage()
          Returns the optional message that indicates the cause of this error.
 void setMessage(java.lang.String message)
          Sets the optional message that indicates the cause of this error.
 
Methods inherited from interface flux.Action
addFlow, addFlow, addSignalFlow, clone, execute, getDescription, getFlows, getHiddenVariableNames, getJoinExpression, getName, getPostscript, getPostscriptLanguage, getPrescript, getPrescriptLanguage, getResultInfo, getSignalsToMonitor, getTimeoutBusinessInterval, getTimeoutBusinessIntervalNamespace, getTimeoutExpression, getVariableManager, isEndOfRun, isJoinPoint, isSkippable, isStartAction, isStartOfRun, isTransactionBreak, removeFlow, reset, setDescription, setElseFlow, setEndOfRun, setErrorFlow, setErrorFlowWithoutRollback, setErrorFlowWithRollback, setJoinExpression, setJoinPoint, setName, setPostscript, setPostscriptLanguage, setPrescript, setPrescriptLanguage, setSignalsToMonitor, setSkippable, setStartAction, setStartOfRun, setTimeoutBusinessInterval, setTimeoutBusinessIntervalNamespace, setTimeoutExpression, setTimeoutFlow, setTransactionBreak, verify, verifyOnClient
 
Methods inherited from interface flux.runtimedatamap.RuntimeDataMap
getRuntimeDataMap, setRuntimeDataMap
 

Method Detail

getMessage

java.lang.String getMessage()
Returns the optional message that indicates the cause of this error.

Returns:
The optional message that indicates the cause of this error.

setMessage

void setMessage(java.lang.String message)
Sets the optional message that indicates the cause of this error.

Parameters:
message - The optional message that indicates the cause of this error. May be null.


© 2014 Flux Corporation. All rights reserved.