xmlutil
Toggle table of contents
1.0.0-rc3
Common
Target filter
Common
Switch theme
Search in API
Skip to content
xmlutil
core
/
nl.adaptivity.xmlutil
/
XmlException
Xml
Exception
open
class
XmlException
:
IOException
Simple exception for xml related things.
Members
Constructors
Xml
Exception
Link copied to clipboard
@
JvmOverloads
constructor
(
locationInfo
:
XmlReader.LocationInfo
?
=
null
)
@
JvmOverloads
constructor
(
message
:
String
,
locationInfo
:
XmlReader.LocationInfo
?
=
null
)
constructor
(
message
:
String
,
cause
:
Throwable
)
constructor
(
message
:
String
,
locationInfo
:
XmlReader.LocationInfo
?
,
cause
:
Throwable
)
constructor
(
cause
:
Throwable
)
constructor
(
locationInfo
:
XmlReader.LocationInfo
?
,
cause
:
Throwable
)
constructor
(
message
:
String
,
reader
:
XmlReader
,
cause
:
Throwable
)
constructor
(
message
:
String
,
reader
:
XmlReader
)
Types
File
Name
Location
Info
Link copied to clipboard
@
XmlUtilInternal
class
FileNameLocationInfo
(
val
fileName
:
String
)
:
XmlReader.LocationInfo
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
err
Context
Link copied to clipboard
@
XmlUtilInternal
var
errContext
:
String
?
location
Info
Link copied to clipboard
var
locationInfo
:
XmlReader.LocationInfo
?
message
Link copied to clipboard
open
override
val
message
:
String
?
raw
Message
Link copied to clipboard
@
ExperimentalXmlUtilApi
val
rawMessage
:
String
?
Functions
add
Error
Context
Link copied to clipboard
@
XmlUtilInternal
fun
addErrorContext
(
errContext
:
String
)
set
File
Location
Link copied to clipboard
@
XmlUtilInternal
fun
setFileLocation
(
fileName
:
String
)