Uses of Class
org.everit.json.schema.ValidationException
Packages that use ValidationException
-
Uses of ValidationException in org.everit.json.schema
Methods in org.everit.json.schema that return ValidationExceptionModifier and TypeMethodDescriptionprotected ValidationExceptionDeprecated.protected ValidationExceptionDeprecated.Creates a newViolationExceptioninstance based on this one, but with changedJSON pointer.Creates a newViolationExceptioninstance based on this one, but with changedJSON pointerand {linkviolated schema.Methods in org.everit.json.schema that return types with arguments of type ValidationExceptionMethod parameters in org.everit.json.schema with type arguments of type ValidationExceptionModifier and TypeMethodDescriptionstatic voidValidationException.throwFor(Schema rootFailingSchema, List<ValidationException> failures) Sort of static factory method.Constructor parameters in org.everit.json.schema with type arguments of type ValidationExceptionModifierConstructorDescriptionValidationException(Schema violatedSchema, String message, List<ValidationException> causingExceptions) Deprecated.use one of the constructors which explicitly specify the keyword instead -
Uses of ValidationException in org.everit.json.schema.event
Methods in org.everit.json.schema.event that return ValidationExceptionModifier and TypeMethodDescriptionCombinedSchemaMismatchEvent.getFailure()ConditionalSchemaMismatchEvent.getFailure()MismatchEvent.getFailure()Constructors in org.everit.json.schema.event with parameters of type ValidationExceptionModifierConstructorDescriptionCombinedSchemaMismatchEvent(CombinedSchema schema, Schema subSchema, Object instance, ValidationException failure) ConditionalSchemaMismatchEvent(ConditionalSchema schema, Object instance, ConditionalSchemaValidationEvent.Keyword keyword, ValidationException failure)