toggle menu
xmlutil
0.90.2
Common
switch theme
search in API
core
/
nl.adaptivity.xmlutil
/
XmlException
Xml
Exception
open
class
XmlException
:
IOException
(
source
)
Simple exception for xml related things.
Author
Created by pdvrieze on 15/11/15.
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
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
location
Info
Link copied to clipboard
val
locationInfo
:
XmlReader.LocationInfo
?
message
Link copied to clipboard
open
val
message
:
String
?