public class ExceptionFilterOptions
extends java.lang.Object
| Constructor and Description |
|---|
ExceptionFilterOptions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCondition()
An optional expression for conditional exceptions.
|
java.lang.String |
getFilterId()
ID of an exception filter returned by the 'exceptionBreakpointFilters' capability.
|
int |
hashCode() |
void |
setCondition(java.lang.String condition)
An optional expression for conditional exceptions.
|
void |
setFilterId(java.lang.String filterId)
ID of an exception filter returned by the 'exceptionBreakpointFilters' capability.
|
java.lang.String |
toString() |
@Pure public java.lang.String getFilterId()
public void setFilterId(java.lang.String filterId)
@Pure public java.lang.String getCondition()
The exception will break into the debugger if the result of the condition is true.
This is an optional property.
public void setCondition(java.lang.String condition)
The exception will break into the debugger if the result of the condition is true.
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