ReaderException

class ReaderException(val name: String, val position: Int, val codePoint: Int, message: String) : YamlEngineException

Indicate invalid input stream

Parameters

name

the name of the reader

position

the position from the beginning of the stream

codePoint

the invalid character

message

the problem

Constructors

Link copied to clipboard
constructor(name: String, position: Int, codePoint: Int, message: String)

Properties

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

Functions

Link copied to clipboard
open override fun toString(): String