Enum Class IJavaExceptionBreakpoint.SuspendOnRecurrenceStrategy

java.lang.Object
java.lang.Enum<IJavaExceptionBreakpoint.SuspendOnRecurrenceStrategy>
org.eclipse.jdt.debug.core.IJavaExceptionBreakpoint.SuspendOnRecurrenceStrategy
All Implemented Interfaces:
Serializable, Comparable<IJavaExceptionBreakpoint.SuspendOnRecurrenceStrategy>, Constable
Enclosing interface:
IJavaExceptionBreakpoint

public static enum IJavaExceptionBreakpoint.SuspendOnRecurrenceStrategy extends Enum<IJavaExceptionBreakpoint.SuspendOnRecurrenceStrategy>
Constants for telling the debugger for each exception breakpoint how to handle multiple occurrences of the same exception instance, which can happen via re-throwing or multiple finally clauses in the call stack.
Since:
3.14
See Also: