toggle menu
KCEF
jvm
switch theme
search in API
jcef
/
org.cef.browser
/
CefDevToolsClient
/
DevToolsException
Dev
Tools
Exception
class
DevToolsException
:
Exception
Members
Constructors
Dev
Tools
Exception
Link copied to clipboard
constructor
(
message
:
String
)
constructor
(
message
:
String
,
json
:
String
)
constructor
(
message
:
String
,
json
:
String
,
throwable
:
Throwable
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
stack
Trace
Link copied to clipboard
open
var
stackTrace
:
Array
<
StackTraceElement
>
Functions
add
Suppressed
Link copied to clipboard
fun
addSuppressed
(
exception
:
Throwable
)
fill
In
Stack
Trace
Link copied to clipboard
open
fun
fillInStackTrace
(
)
:
Throwable
get
Json
Link copied to clipboard
open
fun
getJson
(
)
:
String
JSON object with the error details that were passed back by the DevTools host, or null if no further details are available.
get
Localized
Message
Link copied to clipboard
open
fun
getLocalizedMessage
(
)
:
String
get
Message
Link copied to clipboard
open
fun
getMessage
(
)
:
String
get
Suppressed
Link copied to clipboard
fun
getSuppressed
(
)
:
Array
<
Throwable
>
init
Cause
Link copied to clipboard
open
fun
initCause
(
cause
:
Throwable
)
:
Throwable
print
Stack
Trace
Link copied to clipboard
open
fun
printStackTrace
(
)
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String