Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

CB2::ExceptionMemory Class Reference

Memory exception exception. More...

#include <utils.h>

Inheritance diagram for CB2::ExceptionMemory:

CB2::Exception CB2::Class List of all members.

Public Member Functions

 ExceptionMemory ()
 Constructor.

 ExceptionMemory (const String what)
 Constructor with description.

 ExceptionMemory (const String what, const int line)
 Constructor with description and line number.

String What () const
 Exception description.


Public Attributes

int tag
 Tag for user-specific data.


Detailed Description

Memory exception exception.

This exception is thrown when a NULL pointer dereference or invalid pointer dereference should occur.


Constructor & Destructor Documentation

ExceptionMemory::ExceptionMemory  ) 
 

Constructor.

Memory access exception without description.

ExceptionMemory::ExceptionMemory const String  what  ) 
 

Constructor with description.

Memory access exception with description.

Parameters:
what Exception description.

ExceptionMemory::ExceptionMemory const String  what,
const int  line
 

Constructor with description and line number.

Memory access exception with description and line number (in the source code) where the exception occured.

Parameters:
what Exception description.
line Line number.


Member Function Documentation

String Exception::What  )  const [inherited]
 

Exception description.

Returns:
Exception description.


Member Data Documentation

int CB2::Class::tag [inherited]
 

Tag for user-specific data.


The documentation for this class was generated from the following files:
Generated on Thu Sep 16 23:26:49 2004 for ColorBox2 by doxygen 1.3.7