ParseException

sealed class ParseException : Exception

Base exception for all parser-related errors.

Inheritors

Properties

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