#include <SourceManager.h>
Inheritance diagram for zypp::FailedSourcesRestoreException:

Public Member Functions | |
| FailedSourcesRestoreException () | |
| virtual | ~FailedSourcesRestoreException () throw () |
| void | append (std::string source, std::string alias, const Exception &problem) |
| bool | empty () const |
| std::set< std::string > | aliases () const |
Protected Member Functions | |
| virtual std::ostream & | dumpOn (std::ostream &str) const |
| Overload this to print a proper error message. | |
| virtual std::ostream & | dumpOnTranslated (std::ostream &str) const |
Private Attributes | |
| std::string | _summary |
| std::string | _translatedSummary |
| std::set< std::string > | _aliases |
Definition at line 38 of file SourceManager.h.
|
|
Definition at line 41 of file SourceManager.h. |
|
|
Definition at line 47 of file SourceManager.h. |
|
||||||||||||||||
|
Definition at line 641 of file SourceManager.cc. References _aliases, _summary, _translatedSummary, zypp::Exception::asString(), and zypp::Exception::asUserString(). |
|
|
Definition at line 631 of file SourceManager.cc. References _summary. |
|
|
Definition at line 636 of file SourceManager.cc. References _aliases. |
|
|
Overload this to print a proper error message.
Reimplemented from zypp::Exception. Definition at line 621 of file SourceManager.cc. References _summary. |
|
|
Definition at line 626 of file SourceManager.cc. References _translatedSummary, and zypp::Exception::asUserString(). |
|
|
Definition at line 58 of file SourceManager.h. |
|
|
Definition at line 59 of file SourceManager.h. Referenced by append(), and dumpOnTranslated(). |
|
|
Definition at line 60 of file SourceManager.h. |
1.4.6