omni::exception::exception
NAME

omni::exception::exception

A member constructor of omni::exception

#include <omni/exception.hpp>
omni::exception::exception()
explicit omni::exception::exception(const char* reason)
explicit omni::exception::exception(const std::string& reason)
omni::exception::exception(const char* reason, const char* extra)
omni::exception::exception(const char* reason, const char* extra, int err)
omni::exception::exception(const char* reason, const char* extra, long err)
omni::exception::exception(const char* reason, const char* extra, std::size_t err)
omni::exception::exception(const std::string& reason, const std::string& extra)
omni::exception::exception(const std::string& reason, const std::string& extra, int err)
omni::exception::exception(const std::string& reason, const std::string& extra, long err)
omni::exception::exception(const std::string& reason, const std::string& extra, std::size_t err)
omni::exception::exception(const char* reason, int err)
omni::exception::exception(const std::string& reason, int err)
omni::exception::exception(const char* reason, long err)
omni::exception::exception(const std::string& reason, long err)
omni::exception::exception(const char* reason, std::size_t err)
omni::exception::exception(const std::string& reason, std::size_t err)

SYNOPSIS

No synopsis.

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