SYNOPSIS
exception is used to facilitate Omni Framework specific exceptions
top
exception is used to facilitate Omni Framework specific exceptions
#include <omni/exception.hpp>
omni::exception::exception(const char* reason) throw() : m_what("")
omni::exception::~exception()
virtual void omni::exception::append(const char* ex)
virtual void omni::exception::seterr(const char* ex)
omni::exception::throw() : m_what(OMNI_GENERAL_EXCEPTION_STR)
virtual const char* 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 omni::exception::m_what()
top