#include <openvdb/Exceptions.h>
Inherits exception.
Inherited by ArithmeticError, AXCodeGenError, AXCompilerError, AXExecutionError, AXSyntaxError, AXTokenError, CLIError, IndexError, IoError, KeyError, LookupError, NotImplementedError, ReferenceError, RuntimeError, TypeError, and ValueError.
 | 
|   | Exception () noexcept | 
|   | 
|   | Exception (const char *eType, const std::string *const msg=nullptr) noexcept | 
|   | 
  
  
      
        
          | Exception  | 
          ( | 
          const char *  | 
          eType,  | 
         
        
           | 
           | 
          const std::string *const  | 
          msg = nullptr  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlineexplicitprotectednoexcept   | 
  
 
 
  
  
      
        
          | const char* what  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlineoverridenoexcept   |