OpenVDB  2.0.0
Public Member Functions | Protected Member Functions | List of all members
Exception Class Reference

#include <Exceptions.h>

Inherits exception.

Inherited by ArithmeticError, IllegalValueException, IndexError, IoError, KeyError, LookupError, NotImplementedError, ReferenceError, RuntimeError, TypeError, and ValueError.

Public Member Functions

virtual const char * what () const throw ()
 
virtual ~Exception () throw ()
 

Protected Member Functions

 Exception () throw ()
 
 Exception (const char *eType, const std::string *const msg=NULL) throw ()
 

Constructor & Destructor Documentation

virtual ~Exception ( )
throw (
)
inlinevirtual
Exception ( )
throw (
)
inlineprotected
Exception ( const char *  eType,
const std::string *const  msg = NULL 
)
throw (
)
inlineexplicitprotected

Member Function Documentation

virtual const char* what ( ) const
throw (
)
inlinevirtual

The documentation for this class was generated from the following file: