printf like creation of exceptions More...
#include <GCException.h>
Public Member Functions | |
ExceptionReporter (const char *pSourceFileName, int SourceLine) | |
ExceptionReporter (const char *pSourceFileName, int SourceLine, const char *pExceptionType) | |
E | Report (const char *pFormat,...) |
E | Report () |
E | Report (const std::string &s) |
E | Report (const std::stringstream &str) |
Protected Attributes | |
GENICAM_NAMESPACE::gcstring | m_ExceptionType |
the type of the exception in string More... | |
GENICAM_NAMESPACE::gcstring | m_SourceFileName |
the path to the source file where the exception is thrown More... | |
int | m_SourceLine |
The line within the source file where the exception is thrown. More... | |
printf like creation of exceptions
Definition at line 167 of file GCException.h.
|
inline |
Definition at line 171 of file GCException.h.
|
inline |
Definition at line 177 of file GCException.h.
|
inline |
Definition at line 184 of file GCException.h.
|
inline |
Definition at line 201 of file GCException.h.
|
inline |
Definition at line 206 of file GCException.h.
|
inline |
Definition at line 211 of file GCException.h.
|
protected |
the type of the exception in string
Definition at line 224 of file GCException.h.
|
protected |
the path to the source file where the exception is thrown
Definition at line 218 of file GCException.h.
|
protected |
The line within the source file where the exception is thrown.
Definition at line 221 of file GCException.h.