#include <utils.h>
Inheritance diagram for CB2::Exception:
Public Member Functions | |
Exception () | |
Constructor. | |
Exception (const String what) | |
Constructor with description. | |
Exception (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. | |
Private Attributes | |
String | except |
Description. |
Generic exception, other exceptions are derived from this class.
|
Constructor. Generic exception without description. |
|
Constructor with description. Generic exception with description.
|
|
Constructor with description and line number. Generic exception with description and line number (in the source code) where the exception occured.
|
|
Exception description.
|
|
Description.
|
|
Tag for user-specific data.
|