12 #ifndef ZYPP_TARGET_TARGETEXCEPTION_H
13 #define ZYPP_TARGET_TARGETEXCEPTION_H
63 virtual std::ostream &
dumpOn( std::ostream & str )
const;
72 #endif // ZYPP_TARGET_TARGETEXCEPTION_H
virtual ~TargetAbortedException()
Dtor.
virtual ~TargetException()
Dtor.
TargetException(const std::string &msg_r)
Ctor taking message.
virtual std::ostream & dumpOn(std::ostream &str) const
Overload this to print a proper error message.
TargetException()
Ctor taking message.
Base class for Exception.
TargetAbortedException(const std::string &msg_r)
Ctor taking message.
Just inherits Exception to separate target exceptions.