core
1.0-RC1
js
core
/
dev.fritz2.core
/
MountTargetNotFoundException
Mount
Target
Not
Found
Exception
js
class
MountTargetNotFoundException
(
message
:
String
)
:
Exception
Content copied to clipboard
Occurs when the targeted html element is not present in document.
Constructors
Properties
Parameters
Parameters
js
message
exception message
Constructors
Mount
Target
Not
Found
Exception
Link copied to clipboard
js
fun
MountTargetNotFoundException
(
message
:
String
)
Content copied to clipboard
Properties
cause
Link copied to clipboard
js
open
val
cause
:
Throwable
?
Content copied to clipboard
message
Link copied to clipboard
js
open
val
message
:
String
?
Content copied to clipboard