#include <utils.h>
Inheritance diagram for CB2::ExceptionConversion:
Public Member Functions | |
ExceptionConversion () | |
Constructor. | |
ExceptionConversion (const String what) | |
Constructor with description. | |
ExceptionConversion (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 run-time conversion from one type to another is not possible due to input or output limitations (i.e. when trying to convert a string not representing an integer to integer).
|
Constructor. Conversion exception without description. |
|
Constructor with description. Conversion exception with description.
|
|
Constructor with description and line number. Conversion exception with description and line number (in the source code) where the exception occured.
|
|
Exception description.
|
|
Tag for user-specific data.
|