ErrorTarget.h File Reference

Go to the source code of this file.

Classes

class  ErrorTarget
 ErrorTarget defines an interface for receiving Fennel row errors. More...

Enumerations

enum  ErrorLevel { ROW_ERROR = 1000, ROW_WARNING = 500 }
 Row error severity levels. More...


Enumeration Type Documentation

enum ErrorLevel

Row error severity levels.

Keep this consistent with net.sf.farrago.NativeRuntimeContext

Enumerator:
ROW_ERROR 
ROW_WARNING 

Definition at line 35 of file ErrorTarget.h.

00036 {
00037     ROW_ERROR = 1000,
00038     ROW_WARNING = 500
00039 };


Generated on Mon Jun 22 04:00:22 2009 for Fennel by  doxygen 1.5.1