DataFormatException

ported from java.util.zip.DataFormatException

Signals that a data format error has occurred.

Author

David Connelly

Since

1.1

Constructors

Link copied to clipboard
constructor()

Constructs a DataFormatException with no detail message.

constructor(s: String?)

Constructs a DataFormatException with the specified detail message. A detail message is a String that describes this particular exception.

Properties

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

Functions

Link copied to clipboard