Kanzi  3.9.6
Kanzi Engine 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
 Easing functions that require external dependencies for calculation.
 

Functions

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

Function Documentation

◆ kzThrowException()

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

Throws an exception.