org.eclipse.ptp.debug.core.event
Class PDebugExitInfo
java.lang.Object
org.eclipse.ptp.debug.core.event.PDebugInfo
org.eclipse.ptp.debug.core.event.PDebugExitInfo
- All Implemented Interfaces:
- IPDebugExitInfo, IPDebugInfo
public class PDebugExitInfo
- extends PDebugInfo
- implements IPDebugExitInfo
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PDebugExitInfo
public PDebugExitInfo(IPDebugInfo info,
int code,
String message,
String name)
getMessage
public String getMessage()
- Specified by:
getMessage in interface IPDebugExitInfo
getName
public String getName()
- Specified by:
getName in interface IPDebugExitInfo
getCode
public int getCode()
- Specified by:
getCode in interface IPDebugExitInfo
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.