###
Toggle table of contents
Common
Platform filter
Common
Switch theme
Search in API
###
serialization
/
nl.adaptivity.xmlutil.serialization
/
UnknownXmlFieldException
Unknown
Xml
Field
Exception
class
UnknownXmlFieldException
(
val
extLocationInfo
:
XmlReader.LocationInfo
?
,
xmlName
:
String
,
candidates
:
Collection
<
Any
>
=
emptyList()
)
:
XmlSerialException
(
source
)
Members
Constructors
Unknown
Xml
Field
Exception
Link copied to clipboard
constructor
(
locationInfo
:
String
?
,
xmlName
:
String
,
candidates
:
Collection
<
Any
>
=
emptyList()
)
constructor
(
extLocationInfo
:
XmlReader.LocationInfo
?
,
xmlName
:
String
,
candidates
:
Collection
<
Any
>
=
emptyList()
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
ext
Location
Info
Link copied to clipboard
val
extLocationInfo
:
XmlReader.LocationInfo
?
message
Link copied to clipboard
open
val
message
:
String
?