|
Katana Plug-in APIs 0.1
|
A class to represent an assertion error. More...
#include <AssertException.h>
Public Member Functions | |
| AssertException (const char *msg) throw () | |
| Constructor. | |
| virtual const char * | what () const throw () |
| Get the error string. | |
A class to represent an assertion error.
Thrown when an assertion fails.
| Foundry::Katana::Util::AssertException::AssertException | ( | const char * | msg | ) | throw () [inline] |
Constructor.
| msg | Pointer to a character string litteral describing the error |
| virtual const char* Foundry::Katana::Util::AssertException::what | ( | ) | const throw () [inline, virtual] |
Get the error string.
1.7.3