public class ChainExceptionImpl extends Object implements ChainException
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<CatchChainException> |
catchChainExceptions |
protected String |
id |
protected String |
onChainId |
| Constructor and Description |
|---|
ChainExceptionImpl(ChainExceptionDescriptor chainExceptionDescriptor) |
ChainExceptionImpl(String id,
String onChainId,
ArrayList<CatchChainException> chainExceptionRuns) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<CatchChainException> |
getCatchChainExceptions() |
String |
getId() |
String |
getOnChainId() |
protected final ArrayList<CatchChainException> catchChainExceptions
public ChainExceptionImpl(String id, String onChainId, ArrayList<CatchChainException> chainExceptionRuns)
public ChainExceptionImpl(ChainExceptionDescriptor chainExceptionDescriptor)
public String getId()
getId in interface ChainExceptionpublic String getOnChainId()
getOnChainId in interface ChainExceptionpublic ArrayList<CatchChainException> getCatchChainExceptions()
getCatchChainExceptions in interface ChainExceptionCopyright © 2019 Nuxeo. All rights reserved.