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 ChainException
public String getOnChainId()
getOnChainId
in interface ChainException
public ArrayList<CatchChainException> getCatchChainExceptions()
getCatchChainExceptions
in interface ChainException
Copyright © 2018 Nuxeo. All rights reserved.