Class DecodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.vertx.core.json.DecodeException
- All Implemented Interfaces:
Serializable
Instances of this Exception are thrown if failed to decode a JSON string, because of invalid JSON.
- Author:
- Tim Fox
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDecodeException(String message) DecodeException(String message, Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DecodeException
public DecodeException() -
DecodeException
-
DecodeException
-