public class ValidationExceptionImpl extends ValidationException
inputScope, schema
Constructor and Description |
---|
ValidationExceptionImpl(String message,
Collection<Throwable> causes,
String keyword,
Object input) |
ValidationExceptionImpl(String message,
String keyword,
Object input) |
ValidationExceptionImpl(String message,
Throwable cause,
String keyword,
Object input) |
Modifier and Type | Method and Description |
---|---|
void |
setInputScope(JsonPointer scope) |
void |
setSchema(Schema schema) |
create, create, create, createException, createException, createException, input, inputScope, keyword, schema, scope, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public ValidationExceptionImpl(String message, String keyword, Object input)
public ValidationExceptionImpl(String message, Throwable cause, String keyword, Object input)
public ValidationExceptionImpl(String message, Collection<Throwable> causes, String keyword, Object input)
public void setSchema(Schema schema)
public void setInputScope(JsonPointer scope)
Copyright © 2021 Eclipse. All rights reserved.