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
/
XmlParsingException
Xml
Parsing
Exception
class
XmlParsingException
(
extLocationInfo
:
XmlReader.LocationInfo
?
,
errContext
:
String
,
message
:
String
,
cause
:
Exception
?
=
null
)
:
XmlSerialException
(
source
)
Members
Constructors
Xml
Parsing
Exception
Link copied to clipboard
constructor
(
extLocationInfo
:
XmlReader.LocationInfo
?
,
errContext
:
String
,
message
:
String
,
cause
:
Exception
?
=
null
)
constructor
(
locationInfo
:
String
?
,
errContext
:
String
,
message
:
String
,
cause
:
Exception
?
=
null
)
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