12#ifndef ZYPP_TARGET_TARGETEXCEPTION_H
13#define ZYPP_TARGET_TARGETEXCEPTION_H
19#include <zypp/base/Exception.h>
20#include <zypp/Pathname.h>
65 std::ostream &
dumpOn( std::ostream &
str )
const override;
Reference counted access to a Tp object calling a custom Dispose function when the last AutoDispose h...
Base class for Exception.
TargetAbortedException(const std::string &msg_r)
Ctor taking message.
std::ostream & dumpOn(std::ostream &str) const override
Overload this to print a proper error message.
~TargetAbortedException() override
Dtor.
Just inherits Exception to separate target exceptions.
TargetException(const std::string &msg_r)
Ctor taking message.
TargetException()
Ctor taking message.
~TargetException() override
Dtor.
String related utilities and Regular expression matching.
Easy-to use interface to the ZYPP dependency resolver.