BALL::Exception::NullPointer Class Reference

#include <BALL/COMMON/exception.h>

Inheritance diagram for BALL::Exception::NullPointer:
BALL::Exception::GeneralException

List of all members.


Public Member Functions

 NullPointer (const char *file, int line)

Detailed Description

Null pointer argument is invalid. Use this exception to indicate a failure due to an argument not containing a pointer to a valid object, but a null pointer.


Constructor & Destructor Documentation

BALL::Exception::NullPointer::NullPointer ( const char *  file,
int  line 
)