Go to the documentation of this file.
12 #ifndef ZYPP_TARGET_RPM_RPMEXCEPTION_H
13 #define ZYPP_TARGET_RPM_RPMEXCEPTION_H
96 virtual std::ostream &
dumpOn( std::ostream &
str )
const;
122 virtual std::ostream &
dumpOn( std::ostream &
str )
const;
138 virtual std::ostream &
dumpOn( std::ostream &
str )
const;
155 virtual std::ostream &
dumpOn( std::ostream &
str )
const;
173 virtual std::ostream &
dumpOn( std::ostream &
str )
const;
195 virtual std::ostream &
dumpOn( std::ostream &
str )
const;
212 virtual std::ostream &
dumpOn( std::ostream &
str )
const;
225 virtual std::ostream &
dumpOn( std::ostream &
str )
const;
238 virtual std::ostream &
dumpOn( std::ostream &
str )
const;
249 #endif // ZYPP_TARGET_RPM_RPMEXCEPTION_H
std::string dbpath() const
virtual ~GlobalRpmInitException()
Dtor.
virtual ~RpmDbNotOpenException()
Base class for Exception.
virtual ~RpmSubprocessException()
virtual ~RpmAccessBlockedException()
GlobalRpmInitException()
Ctor taking message.
virtual std::ostream & dumpOn(std::ostream &str) const
Overload this to print a proper error message.
virtual std::ostream & dumpOn(std::ostream &str) const
Overload this to print a proper error message.
virtual std::ostream & dumpOn(std::ostream &str) const
Overload this to print a proper error message.
virtual std::ostream & dumpOn(std::ostream &str) const
Overload this to print a proper error message.
std::string asString() const
Error message provided by dumpOn as string.
virtual ~RpmNullDatabaseException()
RpmInitException(const Pathname &root_r, const Pathname &dbpath_r)
RpmException(const std::string &msg_r)
Ctor taking message.
virtual std::ostream & dumpOn(std::ostream &str) const
Overload this to print a proper error message.
RpmAccessBlockedException(const Pathname &root_r, const Pathname &dbpath_r)
virtual std::ostream & dumpOn(std::ostream &str) const
Overload this to print a proper error message.
virtual ~RpmInvalidRootException()
Dtor.
RpmNullDatabaseException()
Just inherits Exception to separate media exceptions.
Easy-to use interface to the ZYPP dependency resolver.
virtual ~RpmException()
Dtor.
RpmInvalidRootException(const Pathname &root_r, const Pathname &dbpath_r)
Ctor taking message.
virtual std::ostream & dumpOn(std::ostream &str) const
Overload this to print a proper error message.
virtual ~RpmDbConvertException()
std::string dbpath() const
RpmDbAlreadyOpenException(const Pathname &old_root_r, const Pathname &old_dbpath_r, const Pathname &new_root_r, const Pathname &new_dbpath_r)
virtual std::ostream & dumpOn(std::ostream &str) const
Overload this to print a proper error message.
RpmException()
Ctor taking message.
String related utilities and Regular expression matching.
RpmSubprocessException(const std::string &errmsg_r)
virtual ~RpmDbAlreadyOpenException()
virtual ~RpmInitException()
RpmDbOpenException(const Pathname &root_r, const Pathname &dbpath_r)
virtual std::ostream & dumpOn(std::ostream &str) const
Overload this to print a proper error message.
virtual ~RpmDbOpenException()