public class AnyExceptionBreakpoint extends ExceptionBreakpoint
LocatableEventRequestor.EventProcessingException
Modifier and Type | Field and Description |
---|---|
static Key<AnyExceptionBreakpoint> |
ANY_EXCEPTION_BREAKPOINT |
CATEGORY
DATA_KEY, myCachedVerifiedState, myProject
Modifier | Constructor and Description |
---|---|
protected |
AnyExceptionBreakpoint(Project project,
XBreakpoint<JavaExceptionBreakpointProperties> xBreakpoint) |
Modifier and Type | Method and Description |
---|---|
void |
createRequest(DebugProcessImpl debugProcess)
Request for creating all needed JPDA requests in the specified VM
|
Key<AnyExceptionBreakpoint> |
getCategory() |
java.lang.String |
getDisplayName() |
void |
processClassPrepare(DebugProcess debugProcess,
com.sun.jdi.ReferenceType refType)
Request for creating all needed JPDA requests in the specified VM
|
void |
readExternal(Element parentNode) |
calculateEventClass, evaluateCondition, getClassName, getEvaluationElement, getEventMessage, getIcon, getPackageName, getPsiClass, getReadNoClassName, getThisObject, isValid, reload, setCatchClassExclusionFilters, setCatchClassFilters, setCatchFiltersEnabled
addInstanceFilter, createOrWaitPrepare, createOrWaitPrepare, customizeRenderer, fireBreakpointChanged, getClassExclusionFilters, getClassFilters, getCondition, getCountFilter, getInstanceFilters, getLogMessage, getProject, getProperties, getShortClassName, getShortName, getStackTrace, getSuspendPolicy, getXBreakpoint, isClassFiltersEnabled, isConditionEnabled, isCountFilterEnabled, isEnabled, isInstanceFiltersEnabled, isLogEnabled, isLogExpressionEnabled, isLogStack, isObsolete, isRemoveAfterHit, isSuspend, markVerified, processLocatableEvent, setClassExclusionFilters, setClassFilters, setClassFiltersEnabled, setCondition, setCountFilter, setCountFilterEnabled, setEnabled, setInstanceFilters, setInstanceFiltersEnabled, setLogEnabled, setRemoveAfterHit, setSuspendPolicy, shouldCreateRequest, shouldCreateRequest, typeMatchesClassFilters, updateUI
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
track
public static final Key<AnyExceptionBreakpoint> ANY_EXCEPTION_BREAKPOINT
protected AnyExceptionBreakpoint(Project project, XBreakpoint<JavaExceptionBreakpointProperties> xBreakpoint)
public Key<AnyExceptionBreakpoint> getCategory()
getCategory
in class ExceptionBreakpoint
public java.lang.String getDisplayName()
getDisplayName
in class ExceptionBreakpoint
public void createRequest(DebugProcessImpl debugProcess)
Breakpoint
createRequest
in class ExceptionBreakpoint
debugProcess
- the requesting processpublic void processClassPrepare(DebugProcess debugProcess, com.sun.jdi.ReferenceType refType)
Breakpoint
processClassPrepare
in interface ClassPrepareRequestor
processClassPrepare
in class ExceptionBreakpoint
debugProcess
- the requesting processpublic void readExternal(Element parentNode) throws InvalidDataException
readExternal
in class ExceptionBreakpoint
InvalidDataException