UTFDataFormatException

expect open class UTFDataFormatException(message: String) : IOException(source)

Thrown when malformed Modified UTF-8 data is read.

In the JVM, this is an alias for java.io.UTFDataFormatException. On other platforms, a placeholder class exists.

actual open class UTFDataFormatException(message: String) : IOException(source)

Constructors

Link copied to clipboard
expect fun UTFDataFormatException(message: String)
actual fun UTFDataFormatException(message: String)

Properties

cause
Link copied to clipboard
open val cause: Throwable?
open val cause: Throwable?
message
Link copied to clipboard
open val message: String?
open val message: String?