Added an additional indicator of the error severity (fatal or warning).
Revision 1.7 2007/06/10 23:36:59 bnelson
A previous change to ErrorUtil::Error added an additional level parameter, breaking code which called it directly outside of ErrorUtil. A new method without this parameter was added.
Revision 1.6 2007/06/06 04:57:21 bnelson
Removed all printing to the console when error reporting is done via exceptions. This makes it easier to see errors in the UnitTests.
Revision 1.5 2007/05/27 18:28:23 bnelson
*** empty log message ***
Revision 1.4 2007/05/22 02:02:35 bnelson
Changed Array::size to Array::num_elements.
Fixed some compiler errors in assertions.
Revision 1.3 2007/05/14 23:22:38 bnelson
Errors throw a new exception type NekError.
Revision 1.2 2006/08/14 02:18:02 bnelson
Added the option to throw exceptions when an error is encountered.
Revision 1.1 2006/06/01 11:07:52 kirby
*** empty log message ***
Revision 1.4 2006/05/16 20:40:44 jfrazier
Renamed ERROR to NEKERROR to prevent conflict in Visual Studio.
Revision 1.3 2006/05/09 16:40:57 jfrazier
Added ERROR macro definition.
Revision 1.2 2006/05/07 18:51:05 bnelson
Format changes for coding standard.
Revision 1.1 2006/05/04 18:57:41 kirby
*** empty log message ***
Revision 1.7 2006/04/14 14:51:17 jfrazier
Fixed a problem which is most likely a preprocessor problem. The file and line
number were inconsistent between release and debug builds.