FpgaManager
Software API Documentation
FpgaManagerEx Class Reference

FPGA Manager exceptions More...

#include <FpgaManager.h>

Inheritance diagram for FpgaManagerEx:

Public Member Functions

 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...
 

Detailed Description

FPGA Manager exceptions

Constructor & Destructor Documentation

◆ FpgaManagerEx()

FpgaManagerEx ( const std::string &  errorMsg = "No error message provided",
int  errorCode = 0 
)
inline

Constructor

Parameters
errorMsgerror message
errorCodeerror code

◆ ~FpgaManagerEx()

virtual ~FpgaManagerEx ( )
throw (
)
virtualdefault

Destructor

Member Function Documentation

◆ 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: