public static final class CefDevToolsClient.DevToolsException
extends java.lang.Exception
| Constructor and Description |
|---|
DevToolsException(java.lang.String message) |
DevToolsException(java.lang.String message,
java.lang.String json) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getJson()
JSON object with the error details that were passed back by the DevTools
host, or null if no further details are available.
|
java.lang.String |
getMessage() |