public final class JsonSchemaValidationException extends Exception
Constructor and Description |
---|
JsonSchemaValidationException(String message,
String location,
StackTraceElement stackTraceElement) |
JsonSchemaValidationException(String message,
Throwable cause,
String location) |
JsonSchemaValidationException(String message,
Throwable cause,
String location,
StackTraceElement stackTraceElement) |
Modifier and Type | Method and Description |
---|---|
String |
location() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JsonSchemaValidationException(String message, Throwable cause, String location)
public JsonSchemaValidationException(String message, String location, StackTraceElement stackTraceElement)
public JsonSchemaValidationException(String message, Throwable cause, String location, StackTraceElement stackTraceElement)
public String location()
Copyright © 2023 Eclipse. All rights reserved.