10#ifndef __GUIRANGEEXCEPTION_H__
11#define __GUIRANGEEXCEPTION_H__
13#include "GUIException.h"
This is the base class for Guiliani exceptions.
Definition: GUIException.h:42
The exception is used to indicate the range errors.
Definition: GUIRangeException.h:18
virtual eC_String Report() const
CGUIRangeException & operator=(const CGUIRangeException &kSource)
CGUIRangeException(const eC_Value &vMax=eC_MAXVALUE, const eC_Value &vMin=eC_MINVALUE)
CGUIRangeException(const CGUIRangeException &kSource)