omni::exceptions
NAME

omni::exceptions

A namespace of omni

#include <omni/xx/exceptions.hxx>
exceptions
omni::exceptions::active_wait_exception
omni::exceptions::application_exception
omni::exceptions::clock_exception
omni::exceptions::conditional_exception
omni::exceptions::environment_exception
omni::exceptions::file_not_found
omni::exceptions::index_out_of_range
omni::exceptions::invalid_application_state
omni::exceptions::invalid_binary_format
omni::exceptions::invalid_binary_size
omni::exceptions::invalid_delegate
omni::exceptions::invalid_delegate_invoke
omni::exceptions::invalid_enum
omni::exceptions::invalid_environment_variable
omni::exceptions::invalid_mutex_state
omni::exceptions::invalid_release_count
omni::exceptions::invalid_size
omni::exceptions::invalid_template_type
omni::exceptions::invalid_thread_handle
omni::exceptions::invalid_thread_option
omni::exceptions::invalid_thread_owner
omni::exceptions::invalid_thread_start_type
omni::exceptions::invalid_thread_state
omni::exceptions::invalid_threadpool_size
omni::exceptions::invalid_type_cast
omni::exceptions::invalid_version
omni::exceptions::mutex_system_exception
omni::exceptions::mutex_unlock_exception
omni::exceptions::null_pointer_exception
omni::exceptions::path_exception
omni::exceptions::pipe_exception
omni::exceptions::semaphore_release_exception
omni::exceptions::semaphore_system_exception
omni::exceptions::spin_lock_exception
omni::exceptions::stopwatch_exception
omni::exceptions::string_exception
omni::exceptions::thread_exception
omni::exceptions::thread_running_exception
omni::exceptions::threadpool_exception
omni::exceptions::threadpool_state_exception
omni::exceptions::threadpool_thread_exception

SYNOPSIS

Contains exceptions the framework can throw. All exceptions are virtually derived from the omni::exception so that the exception itself can be further extended (if so desired).

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