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