libzypp
17.34.1
PluginFrameException.h
Go to the documentation of this file.
1
/*---------------------------------------------------------------------\
2
| ____ _ __ __ ___ |
3
| |__ / \ / / . \ . \ |
4
| / / \ V /| _/ _/ |
5
| / /__ | | | | | | |
6
| /_____||_| |_| |_| |
7
| |
8
\---------------------------------------------------------------------*/
12
#ifndef ZYPP_PLUGINFRAMEEXCEPTION_H
13
#define ZYPP_PLUGINFRAMEEXCEPTION_H
14
15
#include <iosfwd>
16
17
#include <
zypp/base/Exception.h
>
18
#include <
zypp/Pathname.h
>
19
21
namespace
zypp
22
{
23
25
//
26
// CLASS NAME : PluginFrameException
27
//
29
class
ZYPP_API
PluginFrameException
:
public
Exception
30
{
31
public
:
32
PluginFrameException
();
33
PluginFrameException
(
const
std::string & msg_r );
34
PluginFrameException
(
const
std::string & msg_r,
const
std::string & hist_r );
35
~PluginFrameException
()
throw
()
override
;
36
};
38
40
}
// namespace zypp
42
#endif
// ZYPP_PLUGINFRAMEEXCEPTION_H
zypp::Exception
Base class for Exception.
Definition
Exception.h:147
zypp::PluginFrameException
Base class for PluginFrame Exception.
Definition
PluginFrameException.h:30
zypp
Easy-to use interface to the ZYPP dependency resolver.
Definition
Application.cc:20
zypp::ZYPP_API
const Arch Arch_armv7hnl Arch_armv7nhl ZYPP_API
Definition
Arch.h:247
Pathname.h
Exception.h
zypp
PluginFrameException.h
Generated by
1.11.0