Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


oracle.ide.runner
Interface DebuggerExceptionBreakpoint

All Superinterfaces:
DebuggerBreakpoint

public interface DebuggerExceptionBreakpoint
extends DebuggerBreakpoint

Defines an exception breakpoint


Nested Class Summary

 

Nested classes/interfaces inherited from interface oracle.ide.runner.DebuggerBreakpoint
DebuggerBreakpoint.BreakpointKind, DebuggerBreakpoint.BreakpointScope, DebuggerBreakpoint.BreakpointState

 

Method Summary
 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.

 

Methods inherited from interface oracle.ide.runner.DebuggerBreakpoint
canEditBreakForThreads, canEditBreakpointHitActions, canEditCondition, canEditGroupName, canEditPassCount, getBreakForThreadNamed, getBreakForThreadNotNamed, getCondition, getCustomDescription, getCustomTypeString, getDisableBreakpointGroupOnBreakpointHit, getEnableBreakpointGroupOnBreakpointHit, getGroupName, getHiddenCondition, getKind, getLogEntryOnBreakpointHit, getPassCount, getProperties, getScope, isBeepOnBreakpointHit, isEnabled, isHaltOnBreakpointHit

 

Method Detail

getExceptionName

java.lang.String getExceptionName()
Get the fully qualified name of the exception for this breakpoint as in java.lang.Exception
Returns:
The fully qualified name of this exception which cannot be null

isBreakOnCaughtExceptions

boolean isBreakOnCaughtExceptions()
Find out if the debugger should stop for exceptions that will be caught
Returns:
Return true if the debugger should stop for caught exceptions, false otherwise

isBreakOnUncaughtExceptions

boolean isBreakOnUncaughtExceptions()
Find out if the debugger should stop for exceptions that will be not be caught.
Returns:
Return true if the debugger should stop for uncaught exceptions, false otherwise

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


Copyright © 1997, 2011, Oracle. All rights reserved.