C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

Static Public Member Functions | List of all members
Exception Struct Reference

Class that represents an exception. More...

Static Public Member Functions

static Exception getException (const String &description)
 
static Exception getException (const char *description)
 

Class Declaration

Constructor & Destructor Documentation

Exception ( const char *  description)
inline

Constructs an exception with a description

Parameters
[in]descriptionDescription of the exception
virtual ~Exception ( )
throw (
)
inlinevirtual

Destructor of an the exception

Member Function Documentation

static Exception getException ( const String description)
inlinestatic

Returns exception with description

Returns
Exception with description
static Exception getException ( const char *  description)
inlinestatic

Returns exception with description

Returns
Exception with description
virtual const char* what ( ) const
throw (
)
inlinevirtual

Return description of the exception

Returns
Description of the exception

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

For more complete information about compiler optimizations, see our Optimization Notice.