Uses of Class
org.forgerock.json.schema.validator.exceptions.ValidationException
-
Packages that use ValidationException Package Description org.forgerock.json.schema.validator These classes are the commonly used classes from other applications. -
-
Uses of ValidationException in org.forgerock.json.schema.validator
Methods in org.forgerock.json.schema.validator that return types with arguments of type ValidationException Modifier and Type Method Description List<ValidationException>
CollectErrorsHandler. getExceptions()
Returns the collectedValidationException
s.Methods in org.forgerock.json.schema.validator with parameters of type ValidationException Modifier and Type Method Description void
CollectErrorsHandler. error(ValidationException exception)
Receive notification of an error.abstract void
ErrorHandler. error(ValidationException exception)
Receive notification of an error.void
FailFastErrorHandler. error(ValidationException exception)
Receive notification of an error.Methods in org.forgerock.json.schema.validator that throw ValidationException Modifier and Type Method Description void
CollectErrorsHandler. assembleException()
Deprecated.abstract void
ErrorHandler. assembleException()
Deprecated.void
FailFastErrorHandler. assembleException()
Deprecated.
-