libzypp 17.37.17
ParseDefException.h
Go to the documentation of this file.
1/*---------------------------------------------------------------------\
2| ____ _ __ __ ___ |
3| |__ / \ / / . \ . \ |
4| / / \ V /| _/ _/ |
5| / /__ | | | | | | |
6| /_____||_| |_| |_| |
7| |
8\---------------------------------------------------------------------*/
12#ifndef ZYPP_PARSER_XML_PARSEDEFEXCEPTION_H
13#define ZYPP_PARSER_XML_PARSEDEFEXCEPTION_H
14
15#include <string>
16
17#include <zypp/base/Exception.h>
18
20namespace zypp
21{
23 namespace xml
24 {
25
27 //
28 // CLASS NAME : ParseDefException
29 //
32 {
33 ParseDefException( const std::string & what_r );
34 };
35
36
38 //
39 // CLASS NAME : ParseDefBuildException
40 //
43 {
44 ParseDefBuildException( const std::string & what_r );
45 };
46
47
49 //
50 // CLASS NAME : ParseDefValidateException
51 //
54 {
55 ParseDefValidateException( const std::string & what_r );
56 };
57
58
60 //
61 // CLASS NAME : ParseDefDataException
62 //
65 {
66 ParseDefDataException( const std::string & what_r );
67 };
68
69
71 } // namespace xml
74} // namespace zypp
76#endif // ZYPP_PARSER_XML_PARSEDEFEXCEPTION_H
Exception()
Default ctor.
Definition Exception.cc:94
Easy-to use interface to the ZYPP dependency resolver.
ParseDefBuildException(const std::string &what_r)
ParseDefDataException(const std::string &what_r)
ParseDefException(const std::string &what_r)
ParseDefValidateException(const std::string &what_r)