PTP
Release 5.0

org.eclipse.ptp.debug.core.pdi.event
Interface IPDIErrorInfo

All Superinterfaces:
IPDISessionObject, IPDISet

public interface IPDIErrorInfo
extends IPDISessionObject

Represents an information provided by the session when the program exited


Field Summary
static int DBG_FATAL
           
static int DBG_IGNORE
           
static int DBG_NORMAL
           
static int DBG_WARNING
           
 
Method Summary
 int getCode()
          Returns error code
 java.lang.String getDetailMessage()
          Returns a more verbatim error message (if any)
 java.lang.String getMessage()
          Returns the error message
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISessionObject
getSession
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISet
getTasks
 

Field Detail

DBG_NORMAL

static final int DBG_NORMAL
See Also:
Constant Field Values

DBG_WARNING

static final int DBG_WARNING
See Also:
Constant Field Values

DBG_FATAL

static final int DBG_FATAL
See Also:
Constant Field Values

DBG_IGNORE

static final int DBG_IGNORE
See Also:
Constant Field Values
Method Detail

getMessage

java.lang.String getMessage()
Returns the error message

Returns:
the error message

getDetailMessage

java.lang.String getDetailMessage()
Returns a more verbatim error message (if any)

Returns:
a more verbatim error message

getCode

int getCode()
Returns error code

Returns:
error code

PTP
Release 5.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.