Class ExceptionInfoResponse.ResponseBody
java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.ExceptionInfoResponse.ResponseBody
- Enclosing class:
ExceptionInfoResponse
-
Method Summary
Modifier and TypeMethodDescriptionbooleanMode that caused the exception notification to be raised.Descriptive text for the exception provided by the debug adapter.Detailed information about the exception.ID of the exception that was thrown.inthashCode()setBreakMode(String breakMode) setDescription(String description) setDetails(ExceptionDetails details) setExceptionId(String exceptionId)
-
Method Details
-
getExceptionId
ID of the exception that was thrown. -
setExceptionId
-
getDescription
Descriptive text for the exception provided by the debug adapter. -
setDescription
-
getBreakMode
Mode that caused the exception notification to be raised. -
setBreakMode
-
getDetails
Detailed information about the exception. -
setDetails
-
equals
-
hashCode
public int hashCode() -
create
-