public final class ExceptionDetails extends Object
| Constructor and Description |
|---|
ExceptionDetails(com.oracle.truffle.api.debug.DebugException debugException) |
ExceptionDetails(String errorMessage) |
| Modifier and Type | Method and Description |
|---|---|
com.oracle.truffle.tools.utils.json.JSONObject |
createJSON(InspectorExecutionContext context,
boolean generatePreview) |
static void |
resetIDs()
For test purposes only.
|
public ExceptionDetails(com.oracle.truffle.api.debug.DebugException debugException)
public ExceptionDetails(String errorMessage)
public com.oracle.truffle.tools.utils.json.JSONObject createJSON(InspectorExecutionContext context, boolean generatePreview)
public static void resetIDs()