ParseException

class ParseException(message: String?, val errorOffset: Int) : RuntimeException

Constructors

Link copied to clipboard
fun ParseException(message: String?, errorOffset: Int)

Properties

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