PTP
Release 7.0

org.eclipse.ptp.debug.core.pdi.model
Interface IPDIExceptionpoint

All Superinterfaces:
IPDIBreakpoint, IPDISessionObject, IPDISet

public interface IPDIExceptionpoint
extends IPDIBreakpoint

Represents a exception breakpoint


Field Summary
 
Fields inherited from interface org.eclipse.ptp.debug.core.pdi.model.IPDIBreakpoint
HARDWARE, REGULAR, TEMPORARY
 
Method Summary
 boolean isStopOnCatch()
          Determines if this exception point is stopped on catch
 boolean isStopOnThrow()
          Determines if this exception point is stopped on throw
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.model.IPDIBreakpoint
getBreakpointID, getCondition, getInternalID, getPendingTasks, isDeleted, isEnabled, isHardware, isTemporary, setBreakpointID, setCondition, setDeleted, setEnabled
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISessionObject
getSession
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISet
getTasks
 

Method Detail

isStopOnThrow

boolean isStopOnThrow()
Determines if this exception point is stopped on throw

Returns:
true if this exception point is stopped on throw

isStopOnCatch

boolean isStopOnCatch()
Determines if this exception point is stopped on catch

Returns:
true if this exception point is stopped on catch

PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.