xmlutil
Toggle table of contents
1.0.0-rc3
Common
Target filter
Common
Switch theme
Search in API
Skip to content
xmlutil
serialization
/
nl.adaptivity.xmlutil.serialization
/
UnknownXmlFieldException
Unknown
Xml
Field
Exception
class
UnknownXmlFieldException
:
XmlSerialException
(
source
)
Members
Constructors
Unknown
Xml
Field
Exception
Link copied to clipboard
constructor
(
xmlName
:
String
,
extLocationInfo
:
XmlReader.LocationInfo
?
,
candidates
:
Collection
<
Any
>
=
emptyList()
)
constructor
(
locationInfo
:
String
?
,
xmlName
:
String
,
candidates
:
Collection
<
Any
>
=
emptyList()
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
err
Context
Link copied to clipboard
var
errContext
:
String
?
ext
Location
Info
Link copied to clipboard
var
extLocationInfo
:
XmlReader.LocationInfo
?
message
Link copied to clipboard
open
override
val
message
:
String
?
raw
Message
Link copied to clipboard
val
rawMessage
:
String
?
Message for this exception that does not include location information.
Functions
add
Error
Context
Link copied to clipboard
fun
addErrorContext
(
errContext
:
String
)
set
File
Location
Link copied to clipboard
@
XmlUtilInternal
fun
setFileLocation
(
fileName
:
String
)
with
File
Name
Link copied to clipboard
@
XmlUtilInternal
fun
<
E
:
XmlSerialException
>
E
.
withFileName
(
fileName
:
String
)
:
E