VCF::FoundationKit::Assertion Class Reference
This is a special case exception used only for the triggering of an asertion, through the call to FoundationKit::assertCondition(). More...
#include <FoundationKit.h>
Public Member Functions | |
| Assertion (const String &msg) | |
| virtual | ~Assertion () throw () |
| virtual const char * | what () const throw () |
Detailed Description
This is a special case exception used only for the triggering of an asertion, through the call to FoundationKit::assertCondition().By having this as a special case and not deriving from BasicException, an assertion is prevented from being caught in a BasicException try/catch block.
Constructor & Destructor Documentation
|
|
|
|
|
|
Member Function Documentation
|
|
|
The documentation for this class was generated from the following file:
- vcf/FoundationKit/FoundationKit.h
