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