Class InvalidReferenceTypeCommandViolation
java.lang.Object
ai.stapi.graphsystem.commandvalidation.model.AbstractCommandConstrainViolation
ai.stapi.graphsystem.commandvalidation.model.ActualValueCommandConstrainViolation
ai.stapi.graphsystem.commandvalidation.infrastructure.operationdefinition.InvalidReferenceTypeCommandViolation
- All Implemented Interfaces:
CommandConstrainViolation
-
Nested Class Summary
Nested classes/interfaces inherited from interface ai.stapi.graphsystem.commandvalidation.model.CommandConstrainViolation
CommandConstrainViolation.Level -
Constructor Summary
ConstructorsConstructorDescriptionInvalidReferenceTypeCommandViolation(String commandName, CommandViolationFieldPath fieldPath, Object actualValue) InvalidReferenceTypeCommandViolation(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
-
InvalidReferenceTypeCommandViolation
public InvalidReferenceTypeCommandViolation(String commandName, CommandViolationFieldPath fieldPath, Object actualValue) -
InvalidReferenceTypeCommandViolation
public InvalidReferenceTypeCommandViolation(String commandName, CommandViolationFieldPath fieldPath, Object actualValue, Throwable cause)
-
-
Method Details
-
getBecauseMessage
- Specified by:
getBecauseMessagein classAbstractCommandConstrainViolation
-
getCause
-