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(java.lang.Class<?> expectedType, java.lang.Object actualValue)Deprecated.protected ValidationExceptionSchema. failure(java.lang.String message, java.lang.String keyword)Deprecated.ValidationExceptionValidationException. prepend(java.lang.String fragment)Creates a newViolationExceptioninstance based on this one, but with changedJSON pointer.ValidationExceptionValidationException. prepend(java.lang.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 java.util.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, java.util.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, java.lang.String message, java.util.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, java.lang.Object instance, ValidationException failure)ConditionalSchemaMismatchEvent(ConditionalSchema schema, java.lang.Object instance, ConditionalSchemaValidationEvent.Keyword keyword, ValidationException failure) 
 -