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

Public Member Functions | |
| ExceptionAssert () | |
| Constructor. | |
| ExceptionAssert (const String what) | |
| Constructor with description. | |
| ExceptionAssert (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 critical condition is not true.
|
|
Constructor. Assertion failed exception without description. |
|
|
Constructor with description. Assertion failed exception with description.
|
|
||||||||||||
|
Constructor with description and line number. Assertion failed exception with description and line number (in the source code) where the exception occured.
|
|
|
Exception description.
|
|
|
Tag for user-specific data.
|
1.3.7