OpenVDB 9.0.0
Public Member Functions | List of all members
ArithmeticError Class Reference

#include <openvdb/Exceptions.h>

Inherits Exception.

Public Member Functions

 ArithmeticError () noexcept
 
 ArithmeticError (const std::string &msg) noexcept
 
const char * what () const noexcept override
 

Constructor & Destructor Documentation

◆ ArithmeticError() [1/2]

ArithmeticError ( )
inlinenoexcept

◆ ArithmeticError() [2/2]

ArithmeticError ( const std::string &  msg)
inlineexplicitnoexcept

Member Function Documentation

◆ what()

const char * what ( ) const
inlineoverridenoexceptinherited