Uses of Class
io.vertx.json.schema.ValidationException
-
Packages that use ValidationException Package Description io.vertx.json.schema io.vertx.json.schema.common -
-
Uses of ValidationException in io.vertx.json.schema
Methods in io.vertx.json.schema that return ValidationException Modifier and Type Method Description static ValidationException
ValidationException. create(String message, String keyword, Object input)
static ValidationException
ValidationException. create(String message, String keyword, Object input, Throwable cause)
static ValidationException
ValidationException. create(String message, String keyword, Object input, Collection<Throwable> causes)
static ValidationException
ValidationException. createException(String message, String keyword, Object input)
Deprecated.just usecreate(String, String, Object)
static ValidationException
ValidationException. createException(String message, String keyword, Object input, Throwable cause)
Deprecated.static ValidationException
ValidationException. createException(String message, String keyword, Object input, Collection<Throwable> causes)
Deprecated.ValidationException
OutputUnit. toException(Object input)
-
Uses of ValidationException in io.vertx.json.schema.common
Subclasses of ValidationException in io.vertx.json.schema.common Modifier and Type Class Description class
ValidationExceptionImpl
-