All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
Pylon::GenericException Class Reference

pylon exception class More...

#include <pylon/TypeMappings.h>

Inheritance diagram for Pylon::GenericException:
Inheritance graph
[legend]

Public Member Functions

 GenericException (const char *pDescription, const char *pSourceFileName, unsigned int SourceLine)
 Constructs an exception.
 
virtual const char * GetDescription () const throw ()
 Returns error description.
 
virtual const char * GetSourceFileName () const throw ()
 Returns the filename of the file where the exception was thrown.
 
virtual unsigned int GetSourceLine () const throw ()
 Returns the line number of the file where the exception was thrown.
 
virtual const char * what () const throw ()
 Returns a descriptive text of the exception.
 

Detailed Description

pylon exception class

This is pylons exception class. It is also used as a base class for all other pylon exceptions. To catch all pylon and genicam exceptions it is sufficient to catch GenericException.


The documentation for this class was generated from the following file:

pylon 5.0.9
Copyright © 2006-2017 Basler AG (Tue May 30 2017 17:24:58)