@Deprecated public interface DebuggerExceptionBreakpoint extends DebuggerBreakpoint, oracle.ideimpl.debugger.extender.breakpoint.CommonExceptionBreakpointBase<DebuggerBreakpointLogEntry,DebuggerBreakpoint.BreakpointKind>
DebuggerBreakpoint.BreakpointKind, DebuggerBreakpoint.BreakpointScope, DebuggerBreakpoint.BreakpointState| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getExceptionName()
Deprecated.  
Get the fully qualified name of the exception for this breakpoint
 as in java.lang.Exception 
 | 
boolean | 
isBreakOnCaughtExceptions()
Deprecated.  
Find out if the debugger should stop for exceptions that will be caught 
 | 
boolean | 
isBreakOnUncaughtExceptions()
Deprecated.  
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, isHaltOnBreakpointHit, versionjava.lang.String getExceptionName()
getExceptionName in interface oracle.ideimpl.debugger.extender.breakpoint.CommonExceptionBreakpointBase<DebuggerBreakpointLogEntry,DebuggerBreakpoint.BreakpointKind>boolean isBreakOnCaughtExceptions()
isBreakOnCaughtExceptions in interface oracle.ideimpl.debugger.extender.breakpoint.CommonExceptionBreakpointBase<DebuggerBreakpointLogEntry,DebuggerBreakpoint.BreakpointKind>boolean isBreakOnUncaughtExceptions()
isBreakOnUncaughtExceptions in interface oracle.ideimpl.debugger.extender.breakpoint.CommonExceptionBreakpointBase<DebuggerBreakpointLogEntry,DebuggerBreakpoint.BreakpointKind>