xarpeg
Toggle table of contents
5.1.0-dev
common
Platform filter
common
Switch theme
Search in API
xarpeg
xarpeg
/
io.github.mirrgieriana.xarpeg
/
ParseException
Parse
Exception
open
class
ParseException
(
val
context
:
ParseContext
)
:
Exception
Members
Members & Extensions
Constructors
Parse
Exception
Link copied to clipboard
constructor
(
context
:
ParseContext
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
context
Link copied to clipboard
val
context
:
ParseContext
message
Link copied to clipboard
open
val
message
:
String
?
Functions
format
Message
Link copied to clipboard
fun
ParseException
.
formatMessage
(
maxLineLength
:
Int
=
80
)
:
String
Formats a parse error into a user-friendly error message with context.