public class JsonSchemaException extends RuntimeException
| Constructor and Description |
|---|
JsonSchemaException(String message) |
JsonSchemaException(Throwable throwable) |
JsonSchemaException(ValidationMessage validationMessage) |
| Modifier and Type | Method and Description |
|---|---|
Set<ValidationMessage> |
getValidationMessages() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JsonSchemaException(ValidationMessage validationMessage)
public JsonSchemaException(String message)
public JsonSchemaException(Throwable throwable)
public Set<ValidationMessage> getValidationMessages()
Copyright © 2022. All rights reserved.