FPGA Manager exceptions
More...
#include <FpgaManager.h>
|
| | FpgaManagerEx (const std::string &errorMsg="No error message provided", int errorCode=0) |
| | Constructor More...
|
| |
| virtual | ~FpgaManagerEx ()=default throw () |
| | Destructor More...
|
| |
| virtual const char * | what () const throw () |
| | returns associated message of the exception More...
|
| |
| const std::string & | ErrorMsg () const throw () |
| | returns associated message of the exception More...
|
| |
| const int | ErrorCode () const throw () |
| | returns associated error code of the exception More...
|
| |
◆ FpgaManagerEx()
| FpgaManagerEx |
( |
const std::string & |
errorMsg = "No error message provided", |
|
|
int |
errorCode = 0 |
|
) |
| |
|
inline |
Constructor
- Parameters
-
| errorMsg | error message |
| errorCode | error code |
◆ ~FpgaManagerEx()
◆ ErrorCode()
| const int ErrorCode |
( |
| ) |
const |
| throw | ( | |
| ) | | |
|
inline |
returns associated error code of the exception
- Returns
- exception error code
◆ ErrorMsg()
| const std::string& ErrorMsg |
( |
| ) |
const |
| throw | ( | |
| ) | | |
|
inline |
returns associated message of the exception
- Returns
- exception message
◆ what()
| virtual const char* what |
( |
| ) |
const |
| throw | ( | |
| ) | | |
|
inlinevirtual |
returns associated message of the exception
- Returns
- exception message
The documentation for this class was generated from the following file: