Package org.nuxeo.ecm.automation.core
Class ChainExceptionDescriptor
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.ChainExceptionDescriptor
-
public class ChainExceptionDescriptor extends Object
- Since:
- 5.7.3 The exception chain declaration for Automation exceptions.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ChainExceptionDescriptor.ChainExceptionRun
-
Field Summary
Fields Modifier and Type Field Description protected ArrayList<ChainExceptionDescriptor.ChainExceptionRun>
chainExceptionRuns
protected String
id
protected String
onChainId
-
Constructor Summary
Constructors Constructor Description ChainExceptionDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArrayList<ChainExceptionDescriptor.ChainExceptionRun>
getChainExceptionsRun()
String
getId()
String
getOnChainId()
-
-
-
Field Detail
-
id
protected String id
-
onChainId
protected String onChainId
-
chainExceptionRuns
protected ArrayList<ChainExceptionDescriptor.ChainExceptionRun> chainExceptionRuns
-
-
Method Detail
-
getOnChainId
public String getOnChainId()
-
getChainExceptionsRun
public ArrayList<ChainExceptionDescriptor.ChainExceptionRun> getChainExceptionsRun()
-
getId
public String getId()
-
-