Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.debug.core.cdi
Interface ICDIErrorInfo

All Superinterfaces:
ICDISessionObject

public interface ICDIErrorInfo
extends ICDISessionObject

Represents an information provided by the session when the program exited.

Since:
Jul 10, 2002

Method Summary
 String getDetailMessage()
          Returns a more verbatim error message(if any).
 String getMessage()
          Returns the error message.
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.ICDISessionObject
getSession
 

Method Detail

getMessage

public String getMessage()
Returns the error message.


getDetailMessage

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


Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.