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, toString
public JsonSchemaException(ValidationMessage validationMessage)
public JsonSchemaException(String message)
public JsonSchemaException(Throwable throwable)
public Set<ValidationMessage> getValidationMessages()
Copyright © 2021. All rights reserved.