agl-processor
/
net.akehurst.language.api.parser
/
ParseTreeException
Parse
Tree
Exception
class
ParseTreeException
:
Exception
Content copied to clipboard
Constructors
Properties
Constructors
ParseTreeException
Link copied to clipboard
fun
ParseTreeException
(message:
String
, cause:
Throwable
)
Content copied to clipboard
ParseTreeException
Link copied to clipboard
fun
ParseTreeException
(message:
String
)
Content copied to clipboard
Properties
cause
Link copied to clipboard
open val
cause
:
Throwable
?
Content copied to clipboard
message
Link copied to clipboard
open val
message
:
String
?
Content copied to clipboard