Class MalformedValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.vertx.core.VertxException
io.vertx.ext.web.validation.MalformedValueException
- All Implemented Interfaces:
Serializable
Represents a malformed value that parser is unable to manage
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMalformedValueException(String message) MalformedValueException(Throwable cause) -
Method Summary
Methods 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
-
MalformedValueException
-
MalformedValueException
-