omni::exception
NAME

omni::exception

A class of omni

#include <omni/exception.hpp>
class omni::exception

MEMBERS

omni::exception::exception()
omni::exception::~exception()
virtual void omni::exception::append(const char* ex)
virtual void omni::exception::seterr(const char* ex)
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)
omni::exception::m_what

SYNOPSIS

exception is used to facilitate Omni Library specific exceptions

top

DESCRIPTION

No description.

top