10#ifndef UI_GXML_EXCEPTION_HPP
11#define UI_GXML_EXCEPTION_HPP
17#include <ui-utilcpp/Exception.hpp>
23class Exception:
public UI::Exception
26 Exception(std::string
const & what=NoWhatGiven_, std::string
const & debug=NoDebugGiven_)
27 :UI::Exception(what, debug)
29 virtual ~Exception()
throw() {};
33template <
typename Code =
int>
38 CodeException(Code
const & code, std::string
const & what=NoWhatGiven_, std::string
const & debug=NoDebugGiven_)
39 :
UI::
GXML::Exception(what, debug)
44 Code
const &
getCode()
const {
return code_; }
Code const & getCode() const
Get code.
Definition Exception.hpp:44
CodeException(Code const &code, std::string const &what=NoWhatGiven_, std::string const &debug=NoDebugGiven_)
Construct with code and description text.
Definition Exception.hpp:38
Namespace for library project "ui-gxmlcpp".
Definition Buffer.cpp:31
Namespace for all Schlund+Partner Code.
Definition Buffer.cpp:30