Pylon::RuntimeException#
#include <pylon/TypeMappings.h>
Inherits from Pylon::GenericException
Public Functions#
| Name | |
|---|---|
| RuntimeException(const char * pDescription, const char * pSourceFileName, int SourceLine) Constructs an exception.  |  |
| virtual const char * | GetDescription() const Returns error description.  |  
| virtual const char * | GetSourceFileName() const Returns the filename of the file where the exception was thrown.  |  
| virtual unsigned int | GetSourceLine() const Returns the line number of the file where the exception was thrown.  |  
| virtual const char * | what() const Returns a descriptive text of the exception.  |  
Additional inherited members#
Public Functions inherited from Pylon::GenericException
| Name | |
|---|---|
| GenericException(const char * pDescription, const char * pSourceFileName, unsigned int SourceLine) Constructs an exception.  |  
Public Functions Documentation#
function RuntimeException#
Constructs an exception.
function GetDescription#
Returns error description.
function GetSourceFileName#
Returns the filename of the file where the exception was thrown.
function GetSourceLine#
Returns the line number of the file where the exception was thrown.
function what#
Returns a descriptive text of the exception.