mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
New file for errors
This commit is contained in:
parent
a429574e82
commit
3d26f7b862
1 changed files with 21 additions and 0 deletions
|
@ -0,0 +1,21 @@
|
||||||
|
/*
|
||||||
|
*(c) Copyright QNX Software Systems Ltd. 2002.
|
||||||
|
* All Rights Reserved.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
package org.eclipse.cdt.debug.core.cdi;
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
* Represents an information provided by the session when the program
|
||||||
|
* exited.
|
||||||
|
*
|
||||||
|
* @since Jul 10, 2002
|
||||||
|
*/
|
||||||
|
public interface ICDIErrorInfo extends ICDISessionObject {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns the error message.
|
||||||
|
*/
|
||||||
|
public String getMessage();
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue