ParseFailedException

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

Properties

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