org.eclipse.cdt.internal.ui
Class CStatusConstants

java.lang.Object
  extended by org.eclipse.cdt.internal.ui.CStatusConstants

public class CStatusConstants
extends java.lang.Object

Defines status codes relevant to the C UI plug-in. When a Core exception is thrown, it contain a status object describing the cause of the exception. The status objects originating from the C UI plug-in use the codes defined in this interface.


Field Summary
static int INTERNAL_ERROR
          Status code describing an internal error
static int TEMPLATE_IO_EXCEPTION
          Status constant indicating that an exception occured on storing or loading templates.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INTERNAL_ERROR

public static final int INTERNAL_ERROR
Status code describing an internal error

See Also:
Constant Field Values

TEMPLATE_IO_EXCEPTION

public static final int TEMPLATE_IO_EXCEPTION
Status constant indicating that an exception occured on storing or loading templates.

See Also:
Constant Field Values