Logo
Programmer's Guide Baumer GAPI SDK Reference v2.10.0
Public Member Functions | List of all members
BGAPI2::Exceptions::IException Class Referenceabstract

This class is responable for the exception handling and represents the parent class of all exception classes. More...

#include <bgapi2_genicam.hpp>

Inheritance diagram for BGAPI2::Exceptions::IException:
BGAPI2::Exceptions::AbortException BGAPI2::Exceptions::AccessDeniedException BGAPI2::Exceptions::ErrorException BGAPI2::Exceptions::InvalidBufferException BGAPI2::Exceptions::InvalidHandleException BGAPI2::Exceptions::InvalidParameterException BGAPI2::Exceptions::LowLevelException BGAPI2::Exceptions::NoDataException BGAPI2::Exceptions::NotAvailableException BGAPI2::Exceptions::NotImplementedException BGAPI2::Exceptions::NotInitializedException BGAPI2::Exceptions::ObjectInvalidException BGAPI2::Exceptions::ResourceInUseException

Public Member Functions

virtual String GetErrorDescription ()=0
 This function delivers a error description of the exception. More...
 
virtual String GetFunctionName ()=0
 This function delivers the name of the function which has thrown the exception. More...
 
virtual String GetType ()=0
 This function delivers the type of the exception. The type of the exception is the name of the exception class. More...
 

Detailed Description

This class is responable for the exception handling and represents the parent class of all exception classes.

Definition at line 3641 of file bgapi2_genicam.hpp.

Member Function Documentation

◆ GetErrorDescription()

BGAPI2::Exceptions::IException::GetErrorDescription ( )
pure virtual

This function delivers a error description of the exception.

Returns
String The error description of the exception.

◆ GetFunctionName()

BGAPI2::Exceptions::IException::GetFunctionName ( )
pure virtual

This function delivers the name of the function which has thrown the exception.

Returns
String The name of the function which has thrown the exception.

◆ GetType()

BGAPI2::Exceptions::IException::GetType ( )
pure virtual

This function delivers the type of the exception. The type of the exception is the name of the exception class.

Returns
String The type of the exception.

The documentation for this class was generated from the following file:
bgapi: BGAPI::Camera Class Reference

Jan, 14 2020
Baumer Optronic GmbH, Badstrasse 30, 01454 D-Radeberg, Tel:+49-3528-4386-0, Fax:+49-3528-4386-86, Email:support.cameras@baumer.com