Kanzi  3.9.8
Kanzi Engine C++ API
exception.hpp File Reference

Classes

class  kanzi::UnableToOpenFileException
 Kanzi throws this exception when it tries to load a file that cannot be opened or does not exist. More...
 

Namespaces

 kanzi
 

Functions

template<typename TExceptionType >
KZ_ATTRIBUTE_NO_RETURN void kzThrowException (const TExceptionType &e)
 Throws an exception. More...
 

Function Documentation

template<typename TExceptionType >
KZ_ATTRIBUTE_NO_RETURN void kzThrowException ( const TExceptionType &  e)
inline

Throws an exception.