Source Code (Use browser search to find items of interest.)

Class Index

kimageshop'Exception (./koffice/kimageshop/ktl/ktlExceptions.h:10)

class Exception
{
 public:
   Exception(string errMsg);
   
   string getErrorMessage();
   
 private:
   string errMsg;
};

};