public class ExceptionOptions extends JSONBase
| Modifier and Type | Method and Description |
|---|---|
static ExceptionOptions |
create(String breakMode) |
boolean |
equals(Object obj) |
String |
getBreakMode()
Condition when a thrown exception should result in a break.
|
List<ExceptionPathSegment> |
getPath()
A path that selects a single or multiple exceptions in a tree.
|
int |
hashCode() |
ExceptionOptions |
setBreakMode(String breakMode) |
ExceptionOptions |
setPath(List<ExceptionPathSegment> path) |
public List<ExceptionPathSegment> getPath()
public ExceptionOptions setPath(List<ExceptionPathSegment> path)
public String getBreakMode()
public ExceptionOptions setBreakMode(String breakMode)
public static ExceptionOptions create(String breakMode)