ParseTreeException

class ParseTreeException : Exception

Constructors

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

Properties

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