|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.runtime.Status
org.eclipse.ocl.examples.debug.vm.BreakpointError
public class BreakpointError
Field Summary | |
---|---|
static int |
BREAKPOINT_CONDITION_ERR
|
Fields inherited from class org.eclipse.core.runtime.Status |
---|
CANCEL_STATUS, OK_STATUS |
Fields inherited from interface org.eclipse.core.runtime.IStatus |
---|
CANCEL, ERROR, INFO, OK, WARNING |
Constructor Summary | |
---|---|
BreakpointError(long breakpointID,
java.lang.String message,
java.lang.String detail)
|
Method Summary | |
---|---|
java.lang.String |
getDetail()
|
long |
getfBreakpointID()
|
Methods inherited from class org.eclipse.core.runtime.Status |
---|
getChildren, getCode, getException, getMessage, getPlugin, getSeverity, isMultiStatus, isOK, matches, setCode, setException, setMessage, setPlugin, setSeverity, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int BREAKPOINT_CONDITION_ERR
Constructor Detail |
---|
public BreakpointError(long breakpointID, java.lang.String message, java.lang.String detail)
Method Detail |
---|
public long getfBreakpointID()
public java.lang.String getDetail()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |