public abstract class BadRequestException extends VertxException
ValidationHandler
. Possible failures could be:
ParameterProcessorException
: Failure while processing the request parameterBodyProcessorException
: Failure while processing the request bodyRequestPredicateException
: A request predicate doesn't matchConstructor and Description |
---|
BadRequestException(String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
JsonObject |
toJson()
Returns a Json representation of the exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JsonObject toJson()
Copyright © 2021 Eclipse. All rights reserved.