xmlutil
Toggle table of contents
0.91.3
Common
Target filter
Common
Switch theme
Search in API
Skip to content
xmlutil
core
/
nl.adaptivity.xmlutil
/
XmlException
/
XmlException
Xml
Exception
@
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
)