libzypp  17.35.16
parseexception.h
Go to the documentation of this file.
1 /*---------------------------------------------------------------------\
2 | ____ _ __ __ ___ |
3 | |__ / \ / / . \ . \ |
4 | / / \ V /| _/ _/ |
5 | / /__ | | | | | | |
6 | /_____||_| |_| |_| |
7 | |
8 \---------------------------------------------------------------------*/
12 #ifndef ZYPP_CORE_PARSER_PARSEEXCEPTION_H
13 #define ZYPP_CORE_PARSER_PARSEEXCEPTION_H
14 
15 #include <iosfwd>
16 #include <string>
17 
19 #include <zypp-core/base/UserRequestException>
20 
22 namespace zypp
23 {
24  namespace parser
26  {
27 
29  //
30  // CLASS NAME : ParseException
31  //
34  {
35  public:
39  ParseException( const std::string & msg_r );
41  ~ParseException() throw() override;
42  protected:
43  std::ostream & dumpOn( std::ostream & str ) const override;
44  };
46 
48  } // namespace parser
51 } // namespace zypp
53 #endif // ZYPP_CORE_PARSER_PARSEEXCEPTION_H
String related utilities and Regular expression matching.
const Arch Arch_armv7hnl Arch_armv7nhl ZYPP_API
Definition: ResTraits.h:93
std::ostream & dumpOn(std::ostream &str, const Capability &obj)
Definition: Capability.cc:580
Base class for Exception.
Definition: Exception.h:146
Easy-to use interface to the ZYPP dependency resolver.
Definition: Application.cc:19