Kanzi  3.9.6
Kanzi Engine API
kanzi::InvalidKZBFileException Class Reference

Kanzi throws this exception when it tries to load an invalid kzb file. More...

#include <kanzi/core.ui/kzb/kzb_file_exception.hpp>

Inheritance diagram for kanzi::InvalidKZBFileException:
[legend]

Public Member Functions

const string & getFileName ()
 Returns the name of the invalid kzb file that Kanzi fails to load. More...
 
 InvalidKZBFileException (const string &fileName)
 Constructor. More...
 

Detailed Description

Kanzi throws this exception when it tries to load an invalid kzb file.

Since
Kanzi 3.9.6.

Constructor & Destructor Documentation

◆ InvalidKZBFileException()

kanzi::InvalidKZBFileException::InvalidKZBFileException ( const string &  fileName)
inlineexplicit

Constructor.

Parameters
fileNameThe name of the invalid kzb file that Kanzi fails to load.

Member Function Documentation

◆ getFileName()

const string& kanzi::InvalidKZBFileException::getFileName ( )
inline

Returns the name of the invalid kzb file that Kanzi fails to load.

Returns
The name of the invalid kzb file.

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