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 errnum)
virtual void omni::exception::seterr(const std::string& ex, int errnum)
virtual void omni::exception::seterr(const char* ex, long errnum)
virtual void omni::exception::seterr(const std::string& ex, long errnum)
virtual void omni::exception::seterr(const char* ex, std::size_t errnum)
virtual void omni::exception::seterr(const std::string& ex, std::size_t errnum)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top