#include <Exception.h>

Public Member Functions | |
| ExceptionReporterNode (const char *sourceFileName, unsigned int sourceLine, const INodePrivate *pNodePrivate, const char *pExceptionType) | |
| E | Report (const char *pFormat,...) |
Public Member Functions inherited from GENICAM_NAMESPACE::ExceptionReporter< E > | |
| 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) |
Private Attributes | |
| GENICAM_NAMESPACE::gcstring | m_ExceptionType |
| The full error message. More... | |
| const INodePrivate * | m_pNodePrivate |
Additional Inherited Members | |
Protected Attributes inherited from GENICAM_NAMESPACE::ExceptionReporter< E > | |
| 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... | |
Definition at line 113 of file Exception.h.
|
inline |
Definition at line 116 of file Exception.h.
|
inline |
Definition at line 122 of file Exception.h.
|
private |
The full error message.
Definition at line 149 of file Exception.h.
|
private |
Definition at line 146 of file Exception.h.