ParseTreeException

class ParseTreeException : RuntimeException

Constructors

ParseTreeException
Link copied to clipboard
fun ParseTreeException(message: String, cause: Throwable)
ParseTreeException
Link copied to clipboard
fun ParseTreeException(message: String)

Properties

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