3DiVi Face SDK  3.21.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Groups
pbio::Error Class Reference

The class of exceptions thrown when errors occur. More...

#include <Error.h>

Public Member Functions

virtual const char * what () const throw ()
 Gets a string identifying an error. More...
 
uint32_t code () const throw ()
 Gets an error code. More...
 

Detailed Description

The class of exceptions thrown when errors occur.

Member Function Documentation

uint32_t pbio::Error::code ( ) const
throw (
)
inline

Gets an error code.

Returns
Unsigned integer - error code.
virtual const char* pbio::Error::what ( ) const
throw (
)
inlinevirtual

Gets a string identifying an error.

Returns
A null-terminated character sequence identifying an error.