Go to the documentation of this file.
28 const std::string& rDescription, unsigned int errorId, bool mute)
29 : exception(), mFunctionName(rFunctionName),
30 mDescription(rDescription), mErrorId(errorId) {
31 mMessage= "libFAUDES Exception: " + rFunctionName + ": " +rDescription;
32 #ifdef FAUDES_DEBUG_EXCEPTIONS
libFAUDES 2.28a
--- 2016.09.13
--- c++ api documentaion by doxygen
|