#include <CacheException.h>
Public Member Functions | |
| CacheException () | |
| Default ctor. | |
| CacheException (const std::string &msg_r) | |
| Ctor. | |
| virtual | ~CacheException () throw () |
| Dtor. | |
Protected Member Functions | |
| virtual std::ostream & | dumpOn (std::ostream &str) const |
| Overload this to print a proper error message. | |
Definition at line 29 of file CacheException.h.
| zypp::cache::CacheException::CacheException | ( | ) |
| zypp::cache::CacheException::CacheException | ( | const std::string & | msg_r | ) |
| zypp::cache::CacheException::~CacheException | ( | ) | throw () [virtual] |
| std::ostream & zypp::cache::CacheException::dumpOn | ( | std::ostream & | str | ) | const [protected, virtual] |
Overload this to print a proper error message.
Reimplemented from zypp::Exception.
Definition at line 62 of file CacheException.cc.
References zypp::Exception::dumpOn().
1.5.3