35 #ifndef __OutOfBoundsException_h 36 #define __OutOfBoundsException_h 70 #ifndef __gVirtualXRayConfig_h 110 const char* aFunctionName = 0,
111 int anErrorLine = 0);
122 #endif // __OutOfBoundsException_h
Class to handle exceptions when accessing an array cell that is not accessible, i.e. out of bounds memory access.
OutOfBoundsException(const char *aFileName=0, const char *aFunctionName=0, int anErrorLine=0)
Default constructor.
Exception is a class to handle exceptions.
Generic class to handle exceptions.