Katana Plug-in APIs 0.1
Public Member Functions

Foundry::Katana::Util::AssertException Class Reference

A class to represent an assertion error. More...

#include <AssertException.h>

List of all members.

Public Member Functions

 AssertException (const char *msg) throw ()
 Constructor.
virtual const char * what () const throw ()
 Get the error string.

Detailed Description

A class to represent an assertion error.

Thrown when an assertion fails.


Constructor & Destructor Documentation

Foundry::Katana::Util::AssertException::AssertException ( const char *  msg) throw () [inline]

Constructor.

Parameters:
msgPointer to a character string litteral describing the error

Member Function Documentation

virtual const char* Foundry::Katana::Util::AssertException::what ( ) const throw () [inline, virtual]

Get the error string.

Returns:
Pointer to a character string.

The documentation for this class was generated from the following file:
 All Classes Functions Variables Typedefs Enumerations Enumerator