ParsingException

class ParsingException(val message: String, val cause: Exception) : RuntimeException

Thrown if parsing failed due to invalid structure of input bytes.

Constructors

Link copied to clipboard
fun ParsingException(message: String, cause: Exception)

Properties

Link copied to clipboard
open override val cause: Exception
Link copied to clipboard
open override val message: String