Uses of Class
org.everit.json.schema.ValidationException
-
Packages that use ValidationException Package Description org.everit.json.schema org.everit.json.schema.event -
-
Uses of ValidationException in org.everit.json.schema
Methods in org.everit.json.schema that return ValidationException Modifier and Type Method Description protected ValidationExceptionSchema. failure(Class<?> expectedType, Object actualValue)Deprecated.protected ValidationExceptionSchema. failure(String message, String keyword)Deprecated.ValidationExceptionValidationException. prepend(String fragment)Creates a newViolationExceptioninstance based on this one, but with changedJSON pointer.ValidationExceptionValidationException. prepend(String fragment, Schema violatedSchema)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 ValidationException Modifier and Type Method Description List<ValidationException>ValidationException. getCausingExceptions()Method parameters in org.everit.json.schema with type arguments of type ValidationException Modifier and Type Method Description static voidValidationException. throwFor(Schema rootFailingSchema, List<ValidationException> failures)Sort of static factory method.Constructor parameters in org.everit.json.schema with type arguments of type ValidationException Constructor Description ValidationException(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 ValidationException Modifier and Type Method Description ValidationExceptionCombinedSchemaMismatchEvent. getFailure()ValidationExceptionConditionalSchemaMismatchEvent. getFailure()ValidationExceptionMismatchEvent. getFailure()Constructors in org.everit.json.schema.event with parameters of type ValidationException Constructor Description CombinedSchemaMismatchEvent(CombinedSchema schema, Schema subSchema, Object instance, ValidationException failure)ConditionalSchemaMismatchEvent(ConditionalSchema schema, Object instance, ConditionalSchemaValidationEvent.Keyword keyword, ValidationException failure)
-