omni::exception
NAME

omni::exception

A class of omni

#include <omni/exception.hpp>
exception
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)
std::string omni::exception::m_what()

SYNOPSIS

exception is used to facilitate Omni Framework specific exceptions

top

DESCRIPTION

No description.

top

RETURN VALUES

No return value.

top

ERRORS

No errors specific to this context.

top

CONSIDERATIONS

No extra considerations.

top

PLATFORM SPECIFIC

Nothing platform specific to account for.

top

NOTES

No additional notes.

top

EXAMPLE
Currently no examples.
Visit the examples page for more.

top