#include <utils.h>
Inheritance diagram for CB2::ExceptionMemory:

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. | |
This exception is thrown when a NULL pointer dereference or invalid pointer dereference should occur.
|
|
Constructor. Memory access exception without description. |
|
|
Constructor with description. Memory access exception with description.
|
|
||||||||||||
|
Constructor with description and line number. Memory access exception with description and line number (in the source code) where the exception occured.
|
|
|
Exception description.
|
|
|
Tag for user-specific data.
|
1.3.7