SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces
AssertionFailed.h File Reference

Generic exception for internal errors. More...

#include <Core/Exceptions/Exception.h>
#include <string>
#include <Core/Exceptions/share.h>

Go to the source code of this file.

Classes

class  AssertionFailed
 

Namespaces

 SCIRun
 STL datatypes needed.
 

Detailed Description

Generic exception for internal errors.

Exception for a failed assertion. Note - this version takes only a char*. There is a FancyAssertionFailed that takes std::string. This is done to prevent include file pollution with std::string.

Author
Steven G. Parker Department of Computer Science University of Utah
Date
July 1999