Exception thrown if memory could not be allocated. More...
#include <pylon/TypeMappings.h>
Public Member Functions | |
BadAllocException (const char *pDescription, const char *pSourceFileName, int SourceLine) | |
Constructs an exception. | |
virtual const char * | GetDescription () const throw () |
Returns error description. | |
virtual const char * | GetSourceFileName () const throw () |
Returns the filename of the file where the exception was thrown. | |
virtual unsigned int | GetSourceLine () const throw () |
Returns the line number of the file where the exception was thrown. | |
virtual const char * | what () const throw () |
Returns a descriptive text of the exception. | |
Exception thrown if memory could not be allocated.