Go to the documentation of this file.
23 #ifndef FAUDES_EXCEPTION_H
24 #define FAUDES_EXCEPTION_H
135 explicit Exception( const std::string& rFunctionName,
136 const std::string& rDescription, unsigned int errorId, bool mute= false);
142 virtual const char* Where() const throw();
145 virtual const char* What() const throw();
148 virtual const char* Message() const throw();
151 virtual unsigned int Id() const throw();
std::string mDescription Error description.
unsigned int mErrorId Error id.
std::string mFunctionName Function name.
std::string mMessage Error message.
libFAUDES resides within the namespace faudes.
libFAUDES 2.32b
--- 2024.03.01
--- c++ api documentaion by doxygen
|