#include <iostream>
#include "zypp/repo/RepoException.h"
#include "zypp/base/String.h"
Go to the source code of this file.
|
| zypp |
| Easy-to use interface to the ZYPP dependency resolver.
|
|
| zypp::repo |
|
|
| zypp::repo::DEF_CTORS (RepoNotCachedException,"Repository is not cached") |
|
| zypp::repo::DEF_CTORS (RepoNoUrlException,"Repository has no or invalid url defined.") |
|
| zypp::repo::DEF_CTORS (RepoNoAliasException,"Repository has no alias defined.") |
|
| zypp::repo::DEF_CTORS (RepoInvalidAliasException,"Repository has an invalid alias.") |
|
| zypp::repo::DEF_CTORS (RepoNotFoundException,"Repository not found.") |
|
| zypp::repo::DEF_CTORS (RepoAlreadyExistsException,"Repository already exists.") |
|
| zypp::repo::DEF_CTORS (RepoUnknownTypeException,"Repository type can't be determined.") |
|
| zypp::repo::DEF_CTORS (RepoMetadataException,"Repository metadata not usable.") |
|
| zypp::repo::DEF_CTORS (ServiceNoAliasException,"Service has no alias defined.") |
|
| zypp::repo::DEF_CTORS (ServiceInvalidAliasException,"Service has an invalid alias.") |
|
| zypp::repo::DEF_CTORS (ServiceAlreadyExistsException,"Service already exists.") |
|
| zypp::repo::DEF_CTORS (ServiceNoUrlException,"Service has no or invalid url defined.") |
|
| zypp::repo::DEF_CTORS (ServicePluginInformalException,"Service plugin has trouble providing the metadata but this should not be treated as error.") |
|
#define DEF_CTORS |
( |
|
CLASS, |
|
|
|
MSG |
|
) |
| |
Value:CLASS::CLASS() : RepoException( MSG ) {} \
CLASS::CLASS( const std::string & msg_r ) : RepoException( msg_r ) {} \
CLASS::CLASS( const RepoInfo & service_r ) : RepoException( service_r, MSG ) {} \
CLASS::CLASS( const RepoInfo & service_r, const std::string & msg_r ) : RepoException( service_r, msg_r ) {}
Definition at line 108 of file RepoException.cc.
#define DEF_CTORS |
( |
|
CLASS, |
|
|
|
MSG |
|
) |
| |
Value:CLASS::CLASS() : ServiceException( MSG ) {} \
CLASS::CLASS( const std::string & msg_r ) : ServiceException( msg_r ) {} \
CLASS::CLASS( const ServiceInfo & service_r ) : ServiceException( service_r, MSG ) {} \
CLASS::CLASS( const ServiceInfo & service_r, const std::string & msg_r ) : ServiceException( service_r, msg_r ) {}
Definition at line 108 of file RepoException.cc.