public class AnyExceptionBreakpoint extends ExceptionBreakpoint
LocatableEventRequestor.EventProcessingException| Modifier and Type | Field and Description |
|---|---|
static Key<AnyExceptionBreakpoint> |
ANY_EXCEPTION_BREAKPOINT |
CATEGORYDATA_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, setCatchFiltersEnabledaddInstanceFilter, 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, updateUIclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittrackpublic static final Key<AnyExceptionBreakpoint> ANY_EXCEPTION_BREAKPOINT
protected AnyExceptionBreakpoint(Project project, XBreakpoint<JavaExceptionBreakpointProperties> xBreakpoint)
public Key<AnyExceptionBreakpoint> getCategory()
getCategory in class ExceptionBreakpointpublic java.lang.String getDisplayName()
getDisplayName in class ExceptionBreakpointpublic void createRequest(DebugProcessImpl debugProcess)
BreakpointcreateRequest in class ExceptionBreakpointdebugProcess - the requesting processpublic void processClassPrepare(DebugProcess debugProcess, com.sun.jdi.ReferenceType refType)
BreakpointprocessClassPrepare in interface ClassPrepareRequestorprocessClassPrepare in class ExceptionBreakpointdebugProcess - the requesting processpublic void readExternal(Element parentNode)
throws InvalidDataException
readExternal in class ExceptionBreakpointInvalidDataException