29 :
Exception( msg_r ), _kind( UNSPECIFIED )
54 case IGNORE: str <<
"IGNORE";
break;
55 case SKIP: str <<
"SKIP";
break;
56 case RETRY: str <<
"RETRY";
break;
57 case ABORT: str <<
"ABORT";
break;
60 return str <<
" request: " <<
msg();
const std::string & msg() const
Return the message string provided to the ctor.
String related utilities and Regular expression matching.
virtual std::ostream & dumpOn(std::ostream &str) const
Overload this to print a proper error message.
UserRequestException(const std::string &msg_r=std::string())
Base class for Exception.
Easy-to use interface to the ZYPP dependency resolver.