EncodingException

open class EncodingException : RuntimeException(source)

The EncodingException class is a generic encoding exception class that provide type safety for all the encoding related exception classes that extend from it.

See also

Inheritors

Constructors

Link copied to clipboard
constructor(message: String)
constructor(message: String, cause: Throwable?)

Properties

Link copied to clipboard
override val message: String