Sourceforge.net - The VCF's Project Host
   The VCF Website Home   |   Online Discussion Forums   |   Sourceforge.net Project Page   

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>

List of all members.

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

VCF::FoundationKit::Assertion::Assertion const String msg  )  [inline]
 

virtual VCF::FoundationKit::Assertion::~Assertion  )  throw () [inline, virtual]
 


Member Function Documentation

virtual const char* VCF::FoundationKit::Assertion::what  )  const throw () [inline, virtual]
 


The documentation for this class was generated from the following file:
   Comments or Suggestions?    License Information