vertx / io.vertx.core.json / DecodeException

DecodeException

open class DecodeException : RuntimeException

Instances of this Exception are thrown if failed to decode a JSON string, because of invalid JSON.

Author
Tim Fox

Constructors

<init>

DecodeException()
DecodeException(message: String)
DecodeException(message: String, cause: Throwable)