The exception is used to indicate the range errors. More...
#include <GUIRangeException.h>

Public Member Functions | |
| CGUIRangeException (const CGUIRangeException &kSource) | |
| CGUIRangeException (const eC_Value &vMax=eC_MAXVALUE, const eC_Value &vMin=eC_MINVALUE) | |
| ~CGUIRangeException () | |
| CGUIRangeException & | operator= (const CGUIRangeException &kSource) |
| virtual eC_String | Report () const |
Public Member Functions inherited from CGUIException | |
| CGUIException () | |
| virtual | ~CGUIException () |
| virtual eC_String | Report () const |
The exception is used to indicate the range errors.
| CGUIRangeException::CGUIRangeException | ( | const eC_Value & | vMax = eC_MAXVALUE, |
| const eC_Value & | vMin = eC_MINVALUE |
||
| ) |
Constructor.
| vMax | The maximum value of the range. |
| vMin | The minimum value of the range. |
| CGUIRangeException::~CGUIRangeException | ( | ) |
Destructor.
| CGUIRangeException::CGUIRangeException | ( | const CGUIRangeException & | kSource | ) |
Copy-constructor.
| kSource | Source object to be copied. |
| CGUIRangeException & CGUIRangeException::operator= | ( | const CGUIRangeException & | kSource | ) |
Operator= method.
| kSource | Source object to be copied. |
|
virtual |
Report the message of the exception.
Reimplemented from CGUIException.