public class CatchElement extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
Error |
boolean |
IsFullNameOfError |
boolean |
Rethrow |
IPlanElement |
Root |
| Constructor and Description |
|---|
CatchElement() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CanHandleError(Exception ex) |
boolean |
Execute(String ID,
ExecutionHandle Handle,
ExecutionRunTimeException Cause) |
void |
FromXML(Node XML) |
void |
FromXML(String XML) |
Set<String> |
GetModifiedVariableNames() |
Set<String> |
GetNeededVariableNames() |
String |
ToXML() |
void |
Validate() |
public String Error
public boolean IsFullNameOfError
public IPlanElement Root
public boolean Rethrow
public void Validate()
throws ExecutionValidationException
ExecutionValidationExceptionpublic boolean CanHandleError(Exception ex)
public boolean Execute(String ID, ExecutionHandle Handle, ExecutionRunTimeException Cause) throws ExecutionRunTimeException, ExecutionInternalErrorException, ExecutionCancelException, ExecutionBreakException
public String ToXML() throws ExecutionSerializationException
ExecutionSerializationExceptionpublic void FromXML(String XML) throws ExecutionSerializationException
ExecutionSerializationExceptionpublic void FromXML(Node XML) throws ExecutionSerializationException
ExecutionSerializationExceptionCopyright © 2014. All Rights Reserved.