#include <utils.h>
Inheritance diagram for CB2::ExceptionNotFound:
Public Member Functions | |
ExceptionNotFound () | |
Constructor. | |
ExceptionNotFound (const String what) | |
Constructor with description. | |
ExceptionNotFound (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 any method is supposed to find an item which cannot be found.
|
Constructor. Item not found exception without description. |
|
Constructor with description. Item not found exception with description.
|
|
Constructor with description and line number. Item not found exception with description and line number (in the source code) where the exception occured.
|
|
Exception description.
|
|
Tag for user-specific data.
|