toggle menu
missingdot
0.2.0
common
switch theme
search in API
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
?