omni::null_pointer_exception
NAME

omni::null_pointer_exception

A class of omni

#include <omni/exception.hpp>
null_pointer_exception
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)

SYNOPSIS

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

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