libzypp
13.10.6
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
PluginFrameException.cc
Go to the documentation of this file.
1
/*---------------------------------------------------------------------\
2
| ____ _ __ __ ___ |
3
| |__ / \ / / . \ . \ |
4
| / / \ V /| _/ _/ |
5
| / /__ | | | | | | |
6
| /_____||_| |_| |_| |
7
| |
8
\---------------------------------------------------------------------*/
12
#include <iostream>
13
//#include "zypp/base/LogTools.h"
14
15
#include "
zypp/PluginFrameException.h
"
16
#include "
zypp/PluginFrame.h
"
17
18
using
std::endl;
19
21
namespace
zypp
22
{
23
24
PluginFrameException::PluginFrameException
()
25
:
Exception
(
"PluginFrameException"
)
26
{}
27
28
PluginFrameException::PluginFrameException
(
const
std::string & msg_r )
29
:
Exception
( msg_r )
30
{}
31
32
PluginFrameException::PluginFrameException
(
const
std::string & msg_r,
const
std::string & hist_r )
33
:
Exception
( msg_r )
34
{
addHistory
( hist_r ); }
35
36
PluginFrameException::~PluginFrameException
() throw()
37
{};
38
40
}
// namespace zypp
zypp::Exception::addHistory
void addHistory(const std::string &msg_r)
Add some message text to the history.
Definition:
Exception.cc:99
PluginFrameException.h
zypp::PluginFrameException::~PluginFrameException
virtual ~PluginFrameException()
Definition:
PluginFrameException.cc:36
zypp::PluginFrameException::PluginFrameException
PluginFrameException()
Definition:
PluginFrameException.cc:24
zypp::Exception
Base class for Exception.
Definition:
Exception.h:143
PluginFrame.h
zypp
PluginFrameException.cc
Generated by
1.8.5