Modifier and Type | Method and Description |
---|---|
UnreliableDataAlignmentException.UnreliableReason |
UnreliableDataAlignmentException.getReason() |
static UnreliableDataAlignmentException.UnreliableReason |
UnreliableDataAlignmentException.UnreliableReason.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UnreliableDataAlignmentException.UnreliableReason[] |
UnreliableDataAlignmentException.UnreliableReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
UnreliableDataAlignmentException(java.lang.String message,
UnreliableControlFlowAlignmentException e,
UnreliableDataAlignmentException.UnreliableReason reason,
org.deckfour.xes.model.XTrace trace) |
UnreliableDataAlignmentException(UnreliableControlFlowAlignmentException e,
UnreliableDataAlignmentException.UnreliableReason reason,
org.deckfour.xes.model.XTrace trace) |
Modifier and Type | Method and Description |
---|---|
UnreliableDataAlignmentException.UnreliableReason |
DataConformancePlusObserver.ImpossibleTrace.getReason() |