|
HDK
|
#include <Exception.h>
Inheritance diagram for Exception:Public Member Functions | |
| Exception (const string &msg) | |
| Exception (const Exception &e) | |
| Exception & | operator= (const Exception &e) |
| virtual | ~Exception () noexcept |
| const char * | what () const noexceptoverride |
The base class for exceptions that are propagated from the MaterialX library to the client application.
Definition at line 21 of file Exception.h.
|
inlineexplicit |
Definition at line 24 of file Exception.h.
|
inline |
Definition at line 29 of file Exception.h.
|
inlinevirtualnoexcept |
Definition at line 40 of file Exception.h.
Definition at line 34 of file Exception.h.
|
inlineoverridenoexcept |
Definition at line 44 of file Exception.h.