Class RequestPredicateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.vertx.core.VertxException
io.vertx.ext.web.validation.BadRequestException
io.vertx.ext.web.validation.RequestPredicateException
- All Implemented Interfaces:
Serializable
Represents an error while trying to validate
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRequestPredicateException(String message) RequestPredicateException(String message, Throwable cause) -
Method Summary
Methods inherited from class BadRequestException
toJsonMethods inherited from class VertxException
noStackTrace, noStackTrace, noStackTraceMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RequestPredicateException
-
RequestPredicateException
-