#include <kanzi/core/cpp/platform.hpp>
#include <exception>
#include <kanzi/core/cpp/stdexcept.hpp>
#include <kanzi/core/cpp/string.hpp>
#include <kanzi/core/cpp/type_traits.hpp>
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... | |
|
inline |
Throws an exception.