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 ValidationException
Schema. failure(Class<?> expectedType, Object actualValue)
Deprecated.protected ValidationException
Schema. failure(String message, String keyword)
Deprecated.ValidationException
ValidationException. prepend(String fragment)
Creates a newViolationException
instance based on this one, but with changedJSON pointer
.ValidationException
ValidationException. prepend(String fragment, Schema violatedSchema)
Creates a newViolationException
instance based on this one, but with changedJSON pointer
and {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 void
ValidationException. 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 ValidationException
CombinedSchemaMismatchEvent. getFailure()
ValidationException
ConditionalSchemaMismatchEvent. getFailure()
ValidationException
MismatchEvent. 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)
-