vertx / io.vertx.core.json

Package io.vertx.core.json

Exceptions

DecodeException

open class DecodeException : RuntimeException

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

EncodeException

open class EncodeException : RuntimeException