| Package | Description |
|---|---|
| org.everit.json.schema |
| Modifier and Type | Method and Description |
|---|---|
ValidationException |
ValidationException.prepend(String fragment)
Creates a new
ViolationException instance based on this one, but with changed
JSON pointer. |
ValidationException |
ValidationException.prepend(String fragment,
Schema violatedSchema)
Creates a new
ViolationException instance based on this one, but with changed
JSON pointer and {link violated
schema. |
| Modifier and Type | Method and Description |
|---|---|
List<ValidationException> |
ValidationException.getCausingExceptions() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ValidationException.throwFor(Schema rootFailingSchema,
List<ValidationException> failures)
Sort of static factory method.
|
| Constructor and Description |
|---|
ValidationException(Schema violatedSchema,
String message,
List<ValidationException> causingExceptions)
Deprecated.
use one of the constructors which explicitly specify the keyword instead
|
Copyright © 2017 Everit Kft.. All rights reserved.