Class ExceptionElement
java.lang.Object
com.broadleafcommerce.orchestration.client.ExceptionElement
Represents a historical note for a bubbled runtime exception
-
Constructor Summary
ConstructorsConstructorDescriptionExceptionElement(String name, Instant startTime, Instant endTime, String errorInformation) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe time execution was concluded for this itemAny error information related to a failed state.getName()The name for this item.Any context information the activity wants to add to the main contextThe time execution was started for this iteminthashCode()voidsetEndTime(Instant endTime) The time execution was concluded for this itemvoidsetErrorInformation(String errorInformation) Any error information related to a failed state.voidThe name for this item.voidsetResultingContext(Map<String, Object> resultingContext) Any context information the activity wants to add to the main contextvoidsetStartTime(Instant startTime) The time execution was started for this item
-
Constructor Details
-
ExceptionElement
-
ExceptionElement
public ExceptionElement()
-
-
Method Details
-
getName
The name for this item. Usually points toSimpleActivity.getName()orSimpleWorkflow.getName() -
getStartTime
The time execution was started for this item -
getEndTime
The time execution was concluded for this item -
getErrorInformation
Any error information related to a failed state. Usually a stack trace. -
getResultingContext
Any context information the activity wants to add to the main context -
setName
The name for this item. Usually points toSimpleActivity.getName()orSimpleWorkflow.getName() -
setStartTime
The time execution was started for this item -
setEndTime
The time execution was concluded for this item -
setErrorInformation
Any error information related to a failed state. Usually a stack trace. -
setResultingContext
Any context information the activity wants to add to the main context -
equals
-
canEqual
-
hashCode
public int hashCode()
-