CL Serial Exception type to hold the CL_ERR-code.
More...
#include <CLException.h>
|
| CLErrException (const char *description, const char *pSourceFileName, int SourceLine, const char *pExceptionType) |
|
CLINT32 | GetCLErrorCode () const |
|
CLErrException & | SetCLErrorCode (CLINT32 errorCode) |
|
| GenericException (const char *pDescription, const char *pSourceFileName, unsigned int SourceLine) |
| Constructor. More...
|
|
| GenericException (const char *pDescription, const char *pSourceFileName, unsigned int SourceLine, const char *pEntryPoint, const char *pErrorNodeName, const char *pExceptionType) |
| Constructor (GenApi specific) More...
|
|
| GenericException (const char *pDescription, const char *pSourceFileName, unsigned int SourceLine, const char *pExceptionType) |
| Constructor. More...
|
|
virtual const char * | GetDescription () const throw () |
| Get error description. More...
|
|
virtual const char * | GetSourceFileName () const throw () |
| Get filename in which the error occurred. More...
|
|
virtual unsigned int | GetSourceLine () const throw () |
| Get line number at which the error occurred. More...
|
|
virtual const char * | what () const throw () |
| Get error description (overwrite from std:exception) More...
|
|
virtual | ~GenericException () throw () |
|
CL Serial Exception type to hold the CL_ERR-code.
Definition at line 39 of file CLException.h.
◆ CLErrException()
CLProtocol::CLErrException::CLErrException |
( |
const char * |
description, |
|
|
const char * |
pSourceFileName, |
|
|
int |
SourceLine, |
|
|
const char * |
pExceptionType |
|
) |
| |
|
inline |
◆ GetCLErrorCode()
CLINT32 CLProtocol::CLErrException::GetCLErrorCode |
( |
| ) |
const |
|
inline |
◆ SetCLErrorCode()
◆ m_CLCode
CLINT32 CLProtocol::CLErrException::m_CLCode |
|
protected |
The documentation for this class was generated from the following file: