public class ExceptionOptions
extends java.lang.Object
Constructor and Description |
---|
ExceptionOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
ExceptionBreakMode |
getBreakMode()
Condition when a thrown exception should result in a break.
|
ExceptionPathSegment[] |
getPath()
A path that selects a single or multiple exceptions in a tree.
|
int |
hashCode() |
void |
setBreakMode(ExceptionBreakMode breakMode)
Condition when a thrown exception should result in a break.
|
void |
setPath(ExceptionPathSegment[] path)
A path that selects a single or multiple exceptions in a tree.
|
java.lang.String |
toString() |
@Pure public ExceptionPathSegment[] getPath()
By convention the first segment of the path is a category that is used to group exceptions in the UI.
This is an optional property.
public void setPath(ExceptionPathSegment[] path)
By convention the first segment of the path is a category that is used to group exceptions in the UI.
This is an optional property.
@Pure public ExceptionBreakMode getBreakMode()
public void setBreakMode(ExceptionBreakMode breakMode)
@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