toggle menu
fritz2
js
switch theme
search in API
core
/
dev.fritz2.core
/
MountTargetNotFoundException
Mount
Target
Not
Found
Exception
js
class
MountTargetNotFoundException
(
message
:
String
)
:
Exception
Occurs when the targeted html element is not present in document.
Parameters
message
exception message
Members
Constructors
Mount
Target
Not
Found
Exception
Link copied to clipboard
js
constructor
(
message
:
String
)
Properties
cause
Link copied to clipboard
js
open
val
cause
:
Throwable
?
message
Link copied to clipboard
js
open
val
message
:
String
?
Functions
to
String
Link copied to clipboard
js
open
override
fun
toString
(
)
:
String