toggle menu
indexeddb
js
switch theme
search in API
core
/
com.juul.indexeddb
/
EventException
Event
Exception
abstract
class
EventException
(
message
:
String
?
,
cause
:
Throwable
?
,
val
event
:
Event
)
:
Exception
Inheritors
EventHandlerException
ErrorEventException
OpenBlockedException
AbortTransactionException
Members
Constructors
Event
Exception
Link copied to clipboard
constructor
(
message
:
String
?
,
cause
:
Throwable
?
,
event
:
Event
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
event
Link copied to clipboard
val
event
:
Event
message
Link copied to clipboard
open
val
message
:
String
?
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String