toggle menu
KCEF
jvm
switch theme
search in API
kcef
/
dev.datlag.kcef
/
KCEFException
KCEFException
sealed
class
KCEFException
:
Exception
(
source
)
Inheritors
Startup
UnsupportedPlatform
InstallationDirectory
InstallationLock
UnsupportedPlatformPackage
DownloadTempFile
Download
BadArchive
NotInitialized
Disposed
ApplicationRestartRequired
Error
Members
Types
Application
Restart
Required
Link copied to clipboard
data
object
ApplicationRestartRequired
:
KCEFException
Bad
Archive
Link copied to clipboard
data
object
BadArchive
:
KCEFException
Disposed
Link copied to clipboard
data
object
Disposed
:
KCEFException
Download
Link copied to clipboard
data
object
Download
:
KCEFException
Download
Temp
File
Link copied to clipboard
data
object
DownloadTempFile
:
KCEFException
Error
Link copied to clipboard
data
class
Error
(
val
cause
:
Throwable
?
)
:
KCEFException
Installation
Directory
Link copied to clipboard
data
object
InstallationDirectory
:
KCEFException
Installation
Lock
Link copied to clipboard
data
object
InstallationLock
:
KCEFException
Not
Initialized
Link copied to clipboard
data
object
NotInitialized
:
KCEFException
Startup
Link copied to clipboard
data
object
Startup
:
KCEFException
Unsupported
Platform
Link copied to clipboard
data
class
UnsupportedPlatform
(
val
os
:
String
?
,
val
arch
:
String
?
)
:
KCEFException
Unsupported
Platform
Package
Link copied to clipboard
data
class
UnsupportedPlatformPackage
(
val
os
:
String
?
,
val
arch
:
String
?
)
:
KCEFException
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
override
val
message
:
String
Functions
add
Suppressed
Link copied to clipboard
fun
addSuppressed
(
p0
:
Throwable
)
fill
In
Stack
Trace
Link copied to clipboard
open
fun
fillInStackTrace
(
)
:
Throwable
get
Localized
Message
Link copied to clipboard
open
fun
getLocalizedMessage
(
)
:
String
get
Stack
Trace
Link copied to clipboard
open
fun
getStackTrace
(
)
:
Array
<
StackTraceElement
>
get
Suppressed
Link copied to clipboard
fun
getSuppressed
(
)
:
Array
<
Throwable
>
init
Cause
Link copied to clipboard
open
fun
initCause
(
p0
:
Throwable
)
:
Throwable
print
Stack
Trace
Link copied to clipboard
open
fun
printStackTrace
(
)
open
fun
printStackTrace
(
p0
:
PrintStream
)
open
fun
printStackTrace
(
p0
:
PrintWriter
)
set
Stack
Trace
Link copied to clipboard
open
fun
setStackTrace
(
p0
:
Array
<
StackTraceElement
>
)