public abstract class ValidationException
extends io.vertx.core.VertxException
Modifier and Type | Field and Description |
---|---|
protected io.vertx.core.json.pointer.JsonPointer |
inputScope |
protected Schema |
schema |
Modifier | Constructor and Description |
---|---|
protected |
ValidationException(String message,
String keyword,
Object input) |
protected |
ValidationException(String message,
Throwable cause,
String keyword,
Object input) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
protected Schema schema
protected io.vertx.core.json.pointer.JsonPointer inputScope
@Deprecated public static ValidationException createException(String message, String keyword, Object input, Collection<Throwable> causes)
create(String, String, Object, Collection)
@Deprecated public static ValidationException createException(String message, String keyword, Object input, Throwable cause)
create(String, String, Object, Throwable)
@Deprecated public static ValidationException createException(String message, String keyword, Object input)
create(String, String, Object)
public static ValidationException create(String message, String keyword, Object input, Collection<Throwable> causes)
public static ValidationException create(String message, String keyword, Object input, Throwable cause)
public static ValidationException create(String message, String keyword, Object input)
public String keyword()
public Object input()
public Schema schema()
@Deprecated public io.vertx.core.json.pointer.JsonPointer scope()
schema()
and then Schema.getScope()
insteadpublic io.vertx.core.json.pointer.JsonPointer inputScope()
Copyright © 2021 Eclipse. All rights reserved.