xmlutil
Toggle table of contents
0.91.3
Common
Target filter
Common
Switch theme
Search in API
Skip to content
xmlutil
serialization
/
nl.adaptivity.xmlutil.serialization
/
XmlParsingException
Xml
Parsing
Exception
class
XmlParsingException
(
extLocationInfo
:
XmlReader.LocationInfo
?
,
message
:
String
,
cause
:
Exception
?
=
null
)
:
XmlSerialException
(
source
)
Members
Constructors
Xml
Parsing
Exception
Link copied to clipboard
constructor
(
extLocationInfo
:
XmlReader.LocationInfo
?
,
message
:
String
,
cause
:
Exception
?
=
null
)
constructor
(
locationInfo
:
String
?
,
message
:
String
,
cause
:
Exception
?
=
null
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
ext
Location
Info
Link copied to clipboard
val
extLocationInfo
:
XmlReader.LocationInfo
?
message
Link copied to clipboard
expect
open
val
message
:
String
?