libzypp 17.35.19
ParseDefException.cc
Go to the documentation of this file.
1/*---------------------------------------------------------------------\
2| ____ _ __ __ ___ |
3| |__ / \ / / . \ . \ |
4| / / \ V /| _/ _/ |
5| / /__ | | | | | | |
6| /_____||_| |_| |_| |
7| |
8\---------------------------------------------------------------------*/
13
15namespace zypp
16{
18 namespace xml
19 {
20
22 //
23 // METHOD NAME : ParseDefException::ParseDefException
24 // METHOD TYPE : Constructor
25 //
27 : Exception( what_r )
28 {}
29
31 //
32 // METHOD NAME : ParseDefBuildException::ParseDefBuildException
33 // METHOD TYPE : Constructor
34 //
38
40 //
41 // METHOD NAME : ParseDefValidateException::ParseDefValidateException
42 // METHOD TYPE : Constructor
43 //
47
49 //
50 // METHOD NAME : ParseDefDataException::ParseDefDataException
51 // METHOD TYPE : Constructor
52 //
56
58 } // namespace xml
61} // namespace zypp
Reference counted access to a Tp object calling a custom Dispose function when the last AutoDispose h...
Definition AutoDispose.h:95
Base class for Exception.
Definition Exception.h:147
Easy-to use interface to the ZYPP dependency resolver.
ParseDefBuildException(const std::string &what_r)
ParseDefDataException(const std::string &what_r)
Common base class for ParseDef exceptions.
ParseDefException(const std::string &what_r)
ParseDefValidateException(const std::string &what_r)