Reader Exception
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
code Point
the invalid character
message
the problem