omni::null_pointer_exception

SYNOPSIS

A null pointer was specified to be used which would cause undefined behaviour

#include <omni/exception.hpp>
omni::null_pointer_exception::null_pointer_exception(const char* variable) : omni::exception(OMNI_NULL_REF_STR)
: omni::null_pointer_exception::omni::exception(OMNI_NULL_REF_STR NaN)


top

DESCRIPTION

No description found.

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