public class ExceptionInfoResponse
extends java.lang.Object
Constructor and Description |
---|
ExceptionInfoResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
ExceptionBreakMode |
getBreakMode()
Mode that caused the exception notification to be raised.
|
java.lang.String |
getDescription()
Descriptive text for the exception provided by the debug adapter.
|
ExceptionDetails |
getDetails()
Detailed information about the exception.
|
java.lang.String |
getExceptionId()
ID of the exception that was thrown.
|
int |
hashCode() |
void |
setBreakMode(ExceptionBreakMode breakMode)
Mode that caused the exception notification to be raised.
|
void |
setDescription(java.lang.String description)
Descriptive text for the exception provided by the debug adapter.
|
void |
setDetails(ExceptionDetails details)
Detailed information about the exception.
|
void |
setExceptionId(java.lang.String exceptionId)
ID of the exception that was thrown.
|
java.lang.String |
toString() |
@Pure public java.lang.String getExceptionId()
public void setExceptionId(java.lang.String exceptionId)
@Pure public java.lang.String getDescription()
This is an optional property.
public void setDescription(java.lang.String description)
This is an optional property.
@Pure public ExceptionBreakMode getBreakMode()
public void setBreakMode(ExceptionBreakMode breakMode)
@Pure public ExceptionDetails getDetails()
This is an optional property.
public void setDetails(ExceptionDetails details)
This is an optional property.
@Pure public java.lang.String toString()
toString
in class java.lang.Object
@Pure public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
@Pure public int hashCode()
hashCode
in class java.lang.Object