public class DebugException extends CoreException
Defines status codes relevant to the debug plug-in. When a debug exception is thrown, it contains a status object describing the cause of the exception. The status objects originating from the debug plug-in use the codes defined in this class.
IStatus
,
Serialized FormModifier and Type | Field and Description |
---|---|
static int |
CONFIGURATION_INVALID
Indicates an improperly configured breakpoint.
|
static int |
INTERNAL_ERROR
Indicates an internal error.
|
static int |
MISSING_LAUNCH_CONFIGURATION_TYPE
Indicates a launch configuration could not be restored because its
launch configuration type definition is missing.
|
static int |
NOT_SUPPORTED
Indicates a request is not supported by the capabilities of a debug element.
|
static int |
REQUEST_FAILED
Indicates that a request made of manager has failed, or a request made of a
debug element has failed on the client side (that is, before the request was
sent to the debug target).
|
static int |
TARGET_REQUEST_FAILED
Indicates a request made of a debug element has failed
on the target side.
|
Constructor and Description |
---|
DebugException(IStatus status)
Constructs a new debug exception with the given status object.
|
getCause, getStatus, printStackTrace, printStackTrace, printStackTrace
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public static final int TARGET_REQUEST_FAILED
public static final int NOT_SUPPORTED
public static final int REQUEST_FAILED
public static final int INTERNAL_ERROR
public static final int CONFIGURATION_INVALID
IBreakpointManager
,
Constant Field Valuespublic static final int MISSING_LAUNCH_CONFIGURATION_TYPE
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.