omni::exception::seterr
NAME

omni::exception::seterr

A member function of omni::exception

#include <omni/exception.hpp>
virtual void omni::exception::seterr(const char* ex)

OVERLOADS

virtual void omni::exception::seterr(const std::string& ex)
virtual void omni::exception::seterr(const char* ex, int err)
virtual void omni::exception::seterr(const std::string& ex, int err)
virtual void omni::exception::seterr(const char* ex, long err)
virtual void omni::exception::seterr(const std::string& ex, long err)
virtual void omni::exception::seterr(const char* ex, std::size_t err)
virtual void omni::exception::seterr(const std::string& ex, std::size_t err)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top