Castor3D 0.16.0
Multiplatform 3D engine
Fonctions membres publiques | Liste de tous les membres
Référence de la classe castor::UnicityException

#include <UnicityException.hpp>

Graphe d'héritage de castor::UnicityException:
Inheritance graph
[légende]
Graphe de collaboration de castor::UnicityException:
Collaboration graph
[légende]

Fonctions membres publiques

 UnicityException (UnicityError error, MbString const &description, char const *file, char const *function, uint32_t line)
 
- Fonctions membres publiques hérités de castor::Exception
 Exception (MbString const &description, char const *file, char const *function, uint32_t line)
 Constructeur spécifié
 
 Exception (WString const &description, char const *file, char const *function, uint32_t line)
 Constructeur spécifié
 
char const * what () const noexcept override
 Récupère la description de l'exception.
 
MbString const & getFileName () const noexcept
 Récupère le nom du fichier.
 
MbString const & getFunction () const noexcept
 Récupère le nom de la fonction.
 
uint32_t getLine () const noexcept
 Récupère le numéro de ligne.
 
MbString const & getDescription () const noexcept
 Récupère la description de l'exception.
 
MbString getFullDescription () const noexcept
 Récupère le texte complet de l'exception (description, ligne, fichier et fonction)
 

Membres hérités additionnels

- Attributs protégés hérités de castor::Exception
uint32_t m_line
 
MbString m_description
 
MbString m_filename
 
MbString m_functionName
 
MbString m_callStack
 

Documentation des constructeurs et destructeur

◆ UnicityException()

castor::UnicityException::UnicityException ( UnicityError error,
MbString const & description,
char const * file,
char const * function,
uint32_t line )
inline

La documentation de cette classe a été générée à partir du fichier suivant :