ParseFailedException

class ParseFailedException(message: String, longestMatch: SharedPackedParseTree?, location: InputLocation, expected: Set<String>) : RuntimeException

Properties

cause
Link copied to clipboard
common
open val cause: Throwable?
expected
Link copied to clipboard
common
val expected: Set<String>
location
Link copied to clipboard
common
val location: InputLocation
longestMatch
Link copied to clipboard
common
val longestMatch: SharedPackedParseTree?
message
Link copied to clipboard
common
open val message: String?