gr.uoa.di.madgik.execution.plan.trycatchfinally
Class CatchElement
java.lang.Object
gr.uoa.di.madgik.execution.plan.trycatchfinally.CatchElement
public class CatchElement
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Error
public String Error
IsFullNameOfError
public boolean IsFullNameOfError
Root
public IPlanElement Root
Rethrow
public boolean Rethrow
CatchElement
public CatchElement()
Validate
public void Validate()
throws ExecutionValidationException
- Throws:
ExecutionValidationException
CanHandleError
public boolean CanHandleError(Exception ex)
Execute
public boolean Execute(String ID,
ExecutionHandle Handle,
ExecutionRunTimeException Cause)
throws ExecutionRunTimeException,
ExecutionInternalErrorException,
ExecutionCancelException,
ExecutionBreakException
- Throws:
ExecutionRunTimeException
ExecutionInternalErrorException
ExecutionCancelException
ExecutionBreakException
ToXML
public String ToXML()
throws ExecutionSerializationException
- Throws:
ExecutionSerializationException
FromXML
public void FromXML(String XML)
throws ExecutionSerializationException
- Throws:
ExecutionSerializationException
FromXML
public void FromXML(Node XML)
throws ExecutionSerializationException
- Throws:
ExecutionSerializationException
GetNeededVariableNames
public Set<String> GetNeededVariableNames()
GetModifiedVariableNames
public Set<String> GetModifiedVariableNames()
Copyright © 2013. All Rights Reserved.