#include <utils.h>
Inheritance diagram for CB2::ExceptionRange< Tsize >:
Public Member Functions | |
ExceptionRange () | |
Constructor. | |
ExceptionRange (const String what) | |
Constructor. | |
ExceptionRange (const String what, const int line) | |
Constructor. | |
ExceptionRange (const String what, const Tsize value, const String what2, const int line) | |
Constructor. | |
String | What () const |
Exception description. | |
Public Attributes | |
int | tag |
Tag for user-specific data. |
This exception is thrown mostly in range check faults, i.e. when the range of a destination type is unable to carry the assigned value, etc.
|
Constructor. Exception without description. |
|
Constructor. Exception with description.
|
|
Constructor. Exception with description and line number.
|
|
Constructor. Exception with complex description and line number.
|
|
Exception description.
|
|
Tag for user-specific data.
|