public static class ExceptionInfoResponse.ResponseBody extends JSONBase
| Modifier and Type | Method and Description |
|---|---|
static ExceptionInfoResponse.ResponseBody |
create(String exceptionId,
String breakMode) |
boolean |
equals(Object obj) |
String |
getBreakMode()
Mode that caused the exception notification to be raised.
|
String |
getDescription()
Descriptive text for the exception provided by the debug adapter.
|
ExceptionDetails |
getDetails()
Detailed information about the exception.
|
String |
getExceptionId()
ID of the exception that was thrown.
|
int |
hashCode() |
ExceptionInfoResponse.ResponseBody |
setBreakMode(String breakMode) |
ExceptionInfoResponse.ResponseBody |
setDescription(String description) |
ExceptionInfoResponse.ResponseBody |
setDetails(ExceptionDetails details) |
ExceptionInfoResponse.ResponseBody |
setExceptionId(String exceptionId) |
public String getExceptionId()
public ExceptionInfoResponse.ResponseBody setExceptionId(String exceptionId)
public String getDescription()
public ExceptionInfoResponse.ResponseBody setDescription(String description)
public String getBreakMode()
public ExceptionInfoResponse.ResponseBody setBreakMode(String breakMode)
public ExceptionDetails getDetails()
public ExceptionInfoResponse.ResponseBody setDetails(ExceptionDetails details)
public static ExceptionInfoResponse.ResponseBody create(String exceptionId, String breakMode)