10#ifndef UI_GXML_EXCEPTION_HPP
11#define UI_GXML_EXCEPTION_HPP
17#include <ui-utilcpp/Exception.hpp>
26 Exception(std::string
const & what=NoWhatGiven_, std::string
const & debug=NoDebugGiven_)
27 :UI::Exception(what, debug)
33template <
typename Code =
int>
38 CodeException(Code
const & code, std::string
const & what=NoWhatGiven_, std::string
const & debug=NoDebugGiven_)
44 Code
const &
getCode()
const {
return code_; }
Adding code facility to Exception.
Definition Exception.hpp:35
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
Mother exception class for this namespace.
Definition Exception.hpp:24
Namespace for all Schlund+Partner Code.
Definition Buffer.cpp:30