ParserException

data class ParserException(val message: String?, val cause: Throwable?, val contentIsMalformed: Boolean, val dataType: Int) : IOException(source)

Constructors

Link copied to clipboard
constructor(message: String?, cause: Throwable?, contentIsMalformed: Boolean, dataType: Int)

Types

Link copied to clipboard
object Companion

A data type constant for a manifest file.

Properties

Link copied to clipboard
open override val cause: Throwable?
Link copied to clipboard

Whether the parsing error was caused by a bitstream not following the expected format. May be false when a parser encounters a legal condition which it does not support.

Link copied to clipboard

The DataType of the parsed bitstream.

Link copied to clipboard
Link copied to clipboard
open override val message: String?
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun Throwable.getStackTracePretty(showMessage: Boolean = true): String