Concrete Python  git-339c971
Public Member Functions
IntegrityError Class Reference

#include <concrete/arena.hpp>

+ Inheritance diagram for IntegrityError:
+ Collaboration diagram for IntegrityError:

List of all members.

Public Member Functions

 IntegrityError (unsigned int address) throw ()
virtual const char * what () const throw ()
unsigned int address () const throw ()

Detailed Description

Arena corruption detected.


Constructor & Destructor Documentation

IntegrityError ( unsigned int  address) throw () [explicit]
Parameters:
addressof the accessed memory block

Member Function Documentation

unsigned int address ( ) const throw ()
Returns:
address of the accessed memory block
const char * what ( ) const throw () [virtual]
Returns:
string describing the error type