agl-processor
/
net.akehurst.language.api.parser
/
ParseFailedException
Parse
Failed
Exception
class
ParseFailedException
(message:
String
, longestMatch:
SharedPackedParseTree
?, location:
InputLocation
, expected:
Set
<
String
>) :
RuntimeException
Content copied to clipboard
Properties
Properties
cause
Link copied to clipboard
open val
cause
:
Throwable
?
Content copied to clipboard
expected
Link copied to clipboard
val
expected
:
Set
<
String
>
Content copied to clipboard
location
Link copied to clipboard
val
location
:
InputLocation
Content copied to clipboard
longestMatch
Link copied to clipboard
val
longestMatch
:
SharedPackedParseTree
?
Content copied to clipboard
message
Link copied to clipboard
open val
message
:
String
?
Content copied to clipboard