HDK
|
#include <Exceptions.h>
Public Member Functions | |
OPENVDB_DEPRECATED | IllegalValueException () noexcept |
OPENVDB_DEPRECATED | IllegalValueException (const std::string &msg) noexcept |
![]() | |
Exception (const Exception &)=default | |
Exception (Exception &&)=default | |
Exception & | operator= (const Exception &)=default |
Exception & | operator= (Exception &&)=default |
~Exception () override=default | |
const char * | what () const noexceptoverride |
Additional Inherited Members | |
![]() | |
Exception () noexcept | |
Exception (const char *eType, const std::string *const msg=nullptr) noexcept | |
Definition at line 71 of file Exceptions.h.
|
inlinenoexcept |
Definition at line 73 of file Exceptions.h.
|
inlineexplicitnoexcept |
Definition at line 74 of file Exceptions.h.