PTP
Release 7.0

org.eclipse.ptp.debug.core.event
Interface IPDebugErrorInfo

All Superinterfaces:
IPDebugInfo

public interface IPDebugErrorInfo
extends IPDebugInfo

Interface for obtaining information about an error event


Method Summary
 java.lang.String getDetailsMsg()
          Get the message detail for the event
 java.lang.String getMsg()
          Get the message for the event
 
Methods inherited from interface org.eclipse.ptp.debug.core.event.IPDebugInfo
getAllRegisteredTasks, getAllTasks, getAllUnregisteredTasks, getLaunch
 

Method Detail

getDetailsMsg

java.lang.String getDetailsMsg()
Get the message detail for the event

Returns:

getMsg

java.lang.String getMsg()
Get the message for the event

Returns:

PTP
Release 7.0

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