Skip navigation links
oracle.wcps.conductor.scenario.syntax
Interface ICatchStatement
- All Superinterfaces:
- ICompoundStatement, IStatement
-
public interface ICatchStatement
- extends ICompoundStatement
Interface for catch statement in error handling
Method Summary |
java.lang.String |
getVariable()
Retrieves the variable in which to store the exception within the scenario context. |
void |
setVariable(java.lang.String variableName)
Sets the variable in which to store the exception within the scenario context. |
Methods inherited from interface oracle.wcps.conductor.scenario.syntax.ICompoundStatement |
addStatement, addStatement, afterUnmarshalJson, deleteStatement, getBodyStatements, getFirstErrorMessage, getStatement, getStatementByIndex, indexOfStatement, raiseError, setBodyStatements |
Methods inherited from interface oracle.wcps.conductor.scenario.syntax.IStatement |
getComments, getContainerScenario, getErrorLevel, getErrorMessage, getId, getLabel, getNodeName, getParentStatement, getScenarioStatementIndex, getStatementIndex, raiseError, setComments, setId, setLabel |
getVariable
java.lang.String getVariable()
- Retrieves the variable in which to store the exception within the scenario context.
setVariable
void setVariable(java.lang.String variableName)
- Sets the variable in which to store the exception within the scenario context.
Skip navigation links
Copyright © 2009, 2014, Oracle and/or its affiliates. All rights reserved.