#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 36 of file SourceManager.h.
|
Definition at line 39 of file SourceManager.h. |
|
Definition at line 45 of file SourceManager.h. |
|
Definition at line 577 of file SourceManager.cc. References _aliases, _summary, _translatedSummary, zypp::Exception::asString(), and zypp::Exception::asUserString(). |
|
Definition at line 567 of file SourceManager.cc. References _summary. |
|
Definition at line 572 of file SourceManager.cc. References _aliases. |
|
Overload this to print a proper error message.
Reimplemented from zypp::Exception. Definition at line 557 of file SourceManager.cc. References _summary. |
|
Definition at line 562 of file SourceManager.cc. References _translatedSummary, and zypp::Exception::asUserString(). |
|
Definition at line 56 of file SourceManager.h. |
|
Definition at line 57 of file SourceManager.h. Referenced by append(), and dumpOnTranslated(). |
|
Definition at line 58 of file SourceManager.h. |