Class ExclusiveMinimumError
- java.lang.Object
-
- io.openapiprocessor.jsonschema.validator.ValidationMessage
-
- io.openapiprocessor.jsonschema.validator.number.ExclusiveMinimumError
-
public class ExclusiveMinimumError extends ValidationMessage
Created byExclusiveMinimumStep.
-
-
Constructor Summary
Constructors Constructor Description ExclusiveMinimumError(JsonSchema schema, JsonInstance instance)
-
Method Summary
-
Methods inherited from class io.openapiprocessor.jsonschema.validator.ValidationMessage
getInstancePath, getNestedMessages, getProperty, getSchemaPath, getSchemaScope, getText, hasNestedMessages, toString
-
-
-
-
Constructor Detail
-
ExclusiveMinimumError
public ExclusiveMinimumError(JsonSchema schema, JsonInstance instance)
-
-