Eclipse CDT
7.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
 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.cdt.debug.core.cdi.ICDISessionObject
getSession
 

Method Detail

getMessage

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


getDetailMessage

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


Eclipse CDT
7.0

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