12 #ifndef ZYPP_BASE_USERREQUESTEXCEPTION_H
13 #define ZYPP_BASE_USERREQUESTEXCEPTION_H
79 virtual std::ostream &
dumpOn( std::ostream &
str )
const;
86 #define declException( EXCP, KIND ) \
87 struct EXCP : public UserRequestException { \
89 EXCP( const std::string & msg_r = std::string() ) \
90 : UserRequestException( KIND, msg_r ) \
92 EXCP( const std::string & msg_r, const Exception & history_r ) \
93 : UserRequestException( KIND, msg_r, history_r ) \
Base class for Exception.
Base for exceptions caused by explicit user request.
UserRequestException(const std::string &msg_r=std::string())
virtual std::ostream & dumpOn(std::ostream &str) const
Overload this to print a proper error message.
String related utilities and Regular expression matching.
Easy-to use interface to the ZYPP dependency resolver.
declException(IgnoreRequestException, IGNORE)