Class InvalidUnionMemberCommandViolation
java.lang.Object
ai.stapi.graphsystem.commandvalidation.model.AbstractCommandConstrainViolation
ai.stapi.graphsystem.commandvalidation.model.ActualValueCommandConstrainViolation
ai.stapi.graphsystem.commandvalidation.infrastructure.operationdefinition.InvalidUnionMemberCommandViolation
- All Implemented Interfaces:
CommandConstrainViolation
-
Nested Class Summary
Nested classes/interfaces inherited from interface ai.stapi.graphsystem.commandvalidation.model.CommandConstrainViolation
CommandConstrainViolation.Level -
Constructor Summary
ConstructorsConstructorDescriptionInvalidUnionMemberCommandViolation(String commandName, CommandViolationFieldPath fieldPath, Object actualValue) InvalidUnionMemberCommandViolation(String commandName, CommandViolationFieldPath fieldPath, Object actualValue, Throwable cause) -
Method Summary
Methods inherited from class ai.stapi.graphsystem.commandvalidation.model.ActualValueCommandConstrainViolation
getActualValue, getMessageMethods inherited from class ai.stapi.graphsystem.commandvalidation.model.AbstractCommandConstrainViolation
getCommandName, getFieldPath, getLevel
-
Constructor Details
-
InvalidUnionMemberCommandViolation
public InvalidUnionMemberCommandViolation(String commandName, CommandViolationFieldPath fieldPath, Object actualValue) -
InvalidUnionMemberCommandViolation
public InvalidUnionMemberCommandViolation(String commandName, CommandViolationFieldPath fieldPath, Object actualValue, Throwable cause)
-
-
Method Details
-
getBecauseMessage
- Specified by:
getBecauseMessagein classAbstractCommandConstrainViolation
-
getCause
-