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.dom
/
DOMException
DOMException
class
DOMException
:
Exception
Members
Constructors
DOMException
Link copied to clipboard
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
object
Companion
Error
Link copied to clipboard
enum
Error
:
Enum
<
DOMException.Error
>
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
code
Link copied to clipboard
val
code
:
Short
error
Link copied to clipboard
val
error
:
DOMException.Error
message
Link copied to clipboard
expect
open
val
message
:
String
?