Package io.vertx.ext.web.validation
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
public class MalformedValueException extends VertxException
Represents a malformed value that parser is unable to manage- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MalformedValueException(String message)
MalformedValueException(Throwable cause)
-
Method Summary
-
Methods inherited from class io.vertx.core.VertxException
noStackTrace, noStackTrace, noStackTrace
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-