HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Exception Class Reference

#include <Exception.h>

+ Inheritance diagram for Exception:

Public Member Functions

 Exception (const string &msg)
 
 Exception (const Exception &e)
 
Exceptionoperator= (const Exception &e)
 
virtual ~Exception () noexcept
 
const char * what () const noexceptoverride
 

Detailed Description

The base class for exceptions that are propagated from the MaterialX library to the client application.

Definition at line 21 of file Exception.h.

Constructor & Destructor Documentation

Exception::Exception ( const string msg)
inlineexplicit

Definition at line 24 of file Exception.h.

Exception::Exception ( const Exception e)
inline

Definition at line 29 of file Exception.h.

virtual Exception::~Exception ( )
inlinevirtualnoexcept

Definition at line 40 of file Exception.h.

Member Function Documentation

Exception& Exception::operator= ( const Exception e)
inline

Definition at line 34 of file Exception.h.

const char* Exception::what ( ) const
inlineoverridenoexcept

Definition at line 44 of file Exception.h.


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