GenICam's exception class.
#include <GCException.h>
|
|
| GenericException (const char *pDescription, const char *pSourceFileName, unsigned int SourceLine) |
| | Constructor.
|
| |
|
| GenericException (const char *pDescription, const char *pSourceFileName, unsigned int SourceLine, const char *pExceptionType) |
| | Constructor.
|
| |
|
| GenericException (const char *pDescription, const char *pSourceFileName, unsigned int SourceLine, const char *pEntryPoint, const char *pErrorNodeName, const char *pExceptionType) |
| | Constructor (GenApi specific)
|
| |
|
virtual const char * | GetDescription () const throw () |
| | Get error description.
|
| |
|
virtual const char * | GetSourceFileName () const throw () |
| | Get filename in which the error occurred.
|
| |
|
virtual unsigned int | GetSourceLine () const throw () |
| | Get line number at which the error occurred.
|
| |
|
virtual const char * | what () const throw () |
| | Get error description (overwrite from std:exception)
|
| |