omni::thread_exception
NAME

omni::thread_exception

A class of omni

#include <omni/exception.hpp>
thread_exception
omni::thread_exception::thread_exception(const std::string& msg) : omni::exception(msg)
: omni::thread_exception::omni::exception(OMNI_ERR_THREAD_STR NaN)

SYNOPSIS

An error occurred on a thread object

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