Class ValidationExceptionImpl
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.vertx.core.VertxException
io.vertx.json.schema.ValidationException
io.vertx.json.schema.common.ValidationExceptionImpl
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class ValidationException
inputScope -
Constructor Summary
ConstructorsConstructorDescriptionValidationExceptionImpl(String message, String keyword, Object input) ValidationExceptionImpl(String message, Throwable cause, String keyword, Object input) ValidationExceptionImpl(String message, Collection<Throwable> causes, String keyword, Object input) -
Method Summary
Methods inherited from class ValidationException
create, create, create, input, inputScope, keyword, toStringMethods inherited from class VertxException
noStackTrace, noStackTrace, noStackTraceMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ValidationExceptionImpl
-
ValidationExceptionImpl
-
ValidationExceptionImpl
public ValidationExceptionImpl(String message, Collection<Throwable> causes, String keyword, Object input)
-
-
Method Details
-
setInputScope
-