org.eclipse.ocl.examples.debug.vm
Class BreakpointError

java.lang.Object
  extended by org.eclipse.core.runtime.Status
      extended by org.eclipse.ocl.examples.debug.vm.BreakpointError
All Implemented Interfaces:
org.eclipse.core.runtime.IStatus

public class BreakpointError
extends org.eclipse.core.runtime.Status


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

BREAKPOINT_CONDITION_ERR

public static final int BREAKPOINT_CONDITION_ERR
See Also:
Constant Field Values
Constructor Detail

BreakpointError

public BreakpointError(long breakpointID,
                       java.lang.String message,
                       java.lang.String detail)
Method Detail

getfBreakpointID

public long getfBreakpointID()

getDetail

public java.lang.String getDetail()