xmlutil
Toggle table of contents
0.91.3
Native
Target filter
Native
Switch theme
Search in API
Skip to content
xmlutil
core
/
nl.adaptivity.xmlutil.dom
/
DOMException
DOMException
Native
class
DOMException
:
Exception
Members
Constructors
DOMException
Link copied to clipboard
Native
constructor
(
)
constructor
(
message
:
String
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
constructor
(
cause
:
Throwable
?
)
Properties
cause
Link copied to clipboard
Native
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
Native
expect
open
val
message
:
String
?