#include <openvdb/Exceptions.h>
 
  
| Public Member Functions | |
| Exception (const Exception &)=default | |
| Exception (Exception &&)=default | |
| Exception & | operator= (const Exception &)=default | 
| Exception & | operator= (Exception &&)=default | 
| ~Exception () override=default | |
| const char * | what () const noexcept override | 
| Protected Member Functions | |
| Exception () noexcept | |
| Exception (const char *eType, const std::string *const msg=nullptr) noexcept | |
| 
 | overridedefault | 
| 
 | inlineprotectednoexcept | 
| 
 | inlineexplicitprotectednoexcept | 
| 
 | inlineoverridenoexcept |