Skip navigation links
oracle.wcps.conductor.scenario.syntax
Interface IErrorHandler
- All Superinterfaces:
- IStatement
-
public interface IErrorHandler
- extends IStatement
Interface for scenario error handler.
Methods inherited from interface oracle.wcps.conductor.scenario.syntax.IStatement |
getComments, getContainerScenario, getErrorLevel, getErrorMessage, getId, getLabel, getNodeName, getParentStatement, getScenarioStatementIndex, getStatementIndex, raiseError, setComments, setId, setLabel |
getTry
ICompoundStatement getTry()
- Retrieves the "try" block of this error handler.
getCatch
ICatchStatement getCatch()
- Retrieves the "catch" block of this error handler.
Skip navigation links
Copyright © 2009, 2014, Oracle and/or its affiliates. All rights reserved.