NAME
A class of omni
omni::exception
A class of omni
#include <omni/exception.hpp>
exception
@exception@@exception.html">omni::exception::exception(const char* reason) throw() : m_what("")
@exception@@@7Eexception.html">omni::exception::~exception()
virtual void @exception@@append.html">omni::exception::append(const char* ex)
virtual void @exception@@seterr.html">omni::exception::seterr(const char* ex)
omni::exception::throw() : m_what(OMNI_GENERAL_EXCEPTION_STR)
virtual const char* @exception@@what.html">omni::exception::what()
omni::exception::operator std::string()
omni::exception::operator std::wstring()
friend std::ostream& omni::exception::operator<<(std::ostream& s, const omni::exception& e)
std::string @exception@@m_what.html">omni::exception::m_what()