10#ifndef __GUINULLPOINTEREXCEPTION_H__
11#define __GUINULLPOINTEREXCEPTION_H__
13#include "GUIException.h"
49 eC_String m_kNullPointerName;
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()
CGUINullPointerException & operator=(const CGUINullPointerException &kSource)