xmlutil
Toggle table of contents
1.0.0-rc1
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
?
)
constructor
(
error
:
DOMException.Error
)
constructor
(
error
:
DOMException.Error
,
message
:
String
?
)
constructor
(
error
:
DOMException.Error
,
message
:
String
?
,
cause
:
Throwable
?
)
constructor
(
error
:
DOMException.Error
,
cause
:
Throwable
?
)
Types
Companion
Link copied to clipboard
Native
object
Companion
Error
Link copied to clipboard
Native
enum
Error
:
Enum
<
DOMException.Error
>
Properties
cause
Link copied to clipboard
Native
expect
open
val
cause
:
Throwable
?
code
Link copied to clipboard
Native
val
code
:
Short
error
Link copied to clipboard
Native
val
error
:
DOMException.Error
message
Link copied to clipboard
Native
expect
open
val
message
:
String
?