public interface DebuggerExtenderExceptionBreakpoint extends DebuggerExtenderBreakpoint, oracle.ideimpl.debugger.extender.breakpoint.CommonExceptionBreakpointBase<DebuggerExtenderBreakpointLogEntry,DebuggerExtenderBreakpoint.BreakpointKind>
DebuggerExtenderBreakpoint.BreakpointKind, DebuggerExtenderBreakpoint.BreakpointScope, DebuggerExtenderBreakpoint.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, isHaltOnBreakpointHit, versionjava.lang.String getExceptionName()
getExceptionName in interface oracle.ideimpl.debugger.extender.breakpoint.CommonExceptionBreakpointBase<DebuggerExtenderBreakpointLogEntry,DebuggerExtenderBreakpoint.BreakpointKind>boolean isBreakOnCaughtExceptions()
isBreakOnCaughtExceptions in interface oracle.ideimpl.debugger.extender.breakpoint.CommonExceptionBreakpointBase<DebuggerExtenderBreakpointLogEntry,DebuggerExtenderBreakpoint.BreakpointKind>boolean isBreakOnUncaughtExceptions()
isBreakOnUncaughtExceptions in interface oracle.ideimpl.debugger.extender.breakpoint.CommonExceptionBreakpointBase<DebuggerExtenderBreakpointLogEntry,DebuggerExtenderBreakpoint.BreakpointKind>