public interface DebuggerExceptionBreakpoint extends DebuggerBreakpoint
DebuggerBreakpoint.BreakpointKind, DebuggerBreakpoint.BreakpointScope, DebuggerBreakpoint.BreakpointState| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getExceptionName()
Get the fully qualified name of the exception for this breakpoint as in java.lang.Exception 
 | 
boolean | 
isBreakOnCaughtExceptions()
Find out if the debugger should stop for exceptions that will be caught 
 | 
boolean | 
isBreakOnUncaughtExceptions()
Find out if the debugger should stop for exceptions that will be not be caught. 
 | 
canEditBreakForThreads, canEditBreakpointHitActions, canEditCondition, canEditGroupName, canEditPassCount, getBreakForThreadNamed, getBreakForThreadNotNamed, getCondition, getCustomDescription, getCustomTypeString, getDisableBreakpointGroupOnBreakpointHit, getEnableBreakpointGroupOnBreakpointHit, getGroupName, getHiddenCondition, getKind, getLogEntryOnBreakpointHit, getPassCount, getProperties, getScope, isBeepOnBreakpointHit, isEnabled, isHaltOnBreakpointHitjava.lang.String getExceptionName()
boolean isBreakOnCaughtExceptions()
boolean isBreakOnUncaughtExceptions()