missingdot
Toggle table of contents
0.2.1.1
common
Platform filter
common
Switch theme
Search in API
missingdot
missingdot
/
dev.atsushieno.missingdot.xml
/
XmlException
Xml
Exception
class
XmlException
(
message
:
String
?
=
"XML error"
,
innerException
:
Exception
?
=
null
,
val
lineNumber
:
Int
=
0
,
val
linePosition
:
Int
=
0
)
:
Exception
Members
Constructors
Xml
Exception
Link copied to clipboard
constructor
(
message
:
String
?
=
"XML error"
,
innerException
:
Exception
?
=
null
,
lineNumber
:
Int
=
0
,
linePosition
:
Int
=
0
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
line
Number
Link copied to clipboard
val
lineNumber
:
Int
=
0
line
Position
Link copied to clipboard
val
linePosition
:
Int
=
0
message
Link copied to clipboard
open
val
message
:
String
?