public class DebugServerException
extends java.io.IOException
| Modifier and Type | Field and Description |
|---|---|
int |
column |
java.lang.String |
description |
java.lang.String |
fileName |
int |
lineNumber |
| Modifier and Type | Method and Description |
|---|---|
static DebugServerException |
parse(java.lang.String str)
Parse a DebugServerException from the server json string.
|
java.lang.String |
toReadableMessage() |
public final java.lang.String description
public final java.lang.String fileName
public final int lineNumber
public final int column
public java.lang.String toReadableMessage()
@Nullable public static DebugServerException parse(java.lang.String str)
str - json string returned by the debug server