Resource loading exception.
Plus de détails...
#include <LoaderException.hpp>
|
| 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é
|
|
| 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)
|
|
Resource loading exception.
◆ Exception() [1/2]
castor::Exception::Exception |
( |
MbString const & | description, |
|
|
char const * | file, |
|
|
char const * | function, |
|
|
uint32_t | line ) |
|
inline |
Constructeur spécifié
- Paramètres
-
[in] | description | La description de l'exception |
[in] | file | Le nom du fichier |
[in] | function | Le nom de la fonction |
[in] | line | Le numéro de ligne |
◆ Exception() [2/2]
castor::Exception::Exception |
( |
WString const & | description, |
|
|
char const * | file, |
|
|
char const * | function, |
|
|
uint32_t | line ) |
|
inline |
Constructeur spécifié
- Paramètres
-
[in] | description | La description de l'exception |
[in] | file | Le nom du fichier |
[in] | function | Le nom de la fonction |
[in] | line | Le numéro de ligne |
La documentation de cette classe a été générée à partir du fichier suivant :