PTP
Release 5.0

org.eclipse.ptp.debug.core.event
Class PDebugErrorInfo

java.lang.Object
  extended by org.eclipse.ptp.debug.core.event.PDebugInfo
      extended by org.eclipse.ptp.debug.core.event.PDebugErrorInfo
All Implemented Interfaces:
IPDebugErrorInfo, IPDebugInfo

public class PDebugErrorInfo
extends PDebugInfo
implements IPDebugErrorInfo


Constructor Summary
PDebugErrorInfo(IPDebugInfo info, String msg, String detailsMsg, int errCode)
           
 
Method Summary
 String getDetailsMsg()
           
 int getErrorCode()
           
 String getMsg()
           
 
Methods inherited from class org.eclipse.ptp.debug.core.event.PDebugInfo
getAllRegisteredTasks, getAllTasks, getAllUnregisteredTasks, getLaunch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.ptp.debug.core.event.IPDebugInfo
getAllRegisteredTasks, getAllTasks, getAllUnregisteredTasks, getLaunch
 

Constructor Detail

PDebugErrorInfo

public PDebugErrorInfo(IPDebugInfo info,
                       String msg,
                       String detailsMsg,
                       int errCode)
Method Detail

getDetailsMsg

public String getDetailsMsg()
Specified by:
getDetailsMsg in interface IPDebugErrorInfo

getMsg

public String getMsg()
Specified by:
getMsg in interface IPDebugErrorInfo

getErrorCode

public int getErrorCode()

PTP
Release 5.0

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