Class ActualValueCommandConstrainViolation
java.lang.Object
ai.stapi.graphsystem.commandvalidation.model.AbstractCommandConstrainViolation
ai.stapi.graphsystem.commandvalidation.model.ActualValueCommandConstrainViolation
- All Implemented Interfaces:
CommandConstrainViolation
- Direct Known Subclasses:
FieldStructureTypeCommandViolation,InvalidComplexTypeCommandViolation,InvalidPrimitiveTypeCommandViolation,InvalidReferenceTypeCommandViolation,InvalidUnionMemberCommandViolation
public abstract class ActualValueCommandConstrainViolation
extends AbstractCommandConstrainViolation
-
Nested Class Summary
Nested classes/interfaces inherited from interface ai.stapi.graphsystem.commandvalidation.model.CommandConstrainViolation
CommandConstrainViolation.Level -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedActualValueCommandConstrainViolation(String commandName, CommandViolationFieldPath fieldPath, CommandConstrainViolation.Level level, Object actualValue) -
Method Summary
Methods inherited from class ai.stapi.graphsystem.commandvalidation.model.AbstractCommandConstrainViolation
getBecauseMessage, getCommandName, getFieldPath, getLevel
-
Constructor Details
-
ActualValueCommandConstrainViolation
protected ActualValueCommandConstrainViolation(String commandName, CommandViolationFieldPath fieldPath, CommandConstrainViolation.Level level, Object actualValue)
-
-
Method Details
-
getMessage
- Specified by:
getMessagein interfaceCommandConstrainViolation- Overrides:
getMessagein classAbstractCommandConstrainViolation
-
getActualValue
-