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 mFunctionName  
  
 
 
libFAUDES 2.33l 
--- 2025.09.16  
--- c++ api documentaion by doxygen
 
 |