Guiliani  Version 2.6 revision 7293 (documentation build 12)
GUINullPointerException.h
1/*
2* Copyright (C) TES Electronic Solutions GmbH,
3* All Rights Reserved.
4* Contact: info@guiliani.de
5*
6* This file is part of the Guiliani HMI framework
7* for the development of graphical user interfaces on embedded systems.
8*/
9
10#ifndef __GUINULLPOINTEREXCEPTION_H__
11#define __GUINULLPOINTEREXCEPTION_H__
12
13#include "GUIException.h"
14
18{
19public:
20
24 CGUINullPointerException(const eC_String& kNullPointerName);
25
29
34
40
45 virtual eC_String Report() const;
46
47private:
49 eC_String m_kNullPointerName;
50};
51#endif //__GUINULLPOINTEREXCEPTION_H__
This is the base class for Guiliani exceptions.
Definition: GUIException.h:42
This exception can be used to indicate the errors if a pointer is null.
Definition: GUINullPointerException.h:18
CGUINullPointerException(const CGUINullPointerException &kSource)
CGUINullPointerException(const eC_String &kNullPointerName)
virtual eC_String Report() const
CGUINullPointerException & operator=(const CGUINullPointerException &kSource)