Gramur
Toggle table of contents
3.2.0-RC1
jvm
Platform filter
jvm
Switch theme
Search in API
Gramur
Gramur
/
net.archandle.gramur.parser
/
ParserException
/
ParserException
Parser
Exception
constructor
(
line
:
Int
?
=
null
,
column
:
Int
?
=
null
,
tokensConsumed
:
Int
=
0
,
rule
:
Rule
<
*
>
?
=
null
,
element
:
PatternElement
?
=
null
,
message
:
String
,
cause
:
Throwable
?
=
null
)