#include <UnicityException.hpp>
|
| UnicityException (UnicityError error, MbString const &description, char const *file, char const *function, uint32_t line) |
|
| 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)
|
|
◆ 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 :