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

An exception class to throw for errors detected at runtime. More...

#include <OpenColorIO.h>

+ Inheritance diagram for OCIO_NAMESPACE::Exception:

Public Member Functions

 Exception ()=delete
 
 Exception (const char *)
 Constructor that takes a string as the exception message. More...
 
 Exception (const Exception &)
 Constructor that takes an existing exception. More...
 
Exceptionoperator= (const Exception &)=delete
 
 ~Exception ()
 

Detailed Description

An exception class to throw for errors detected at runtime.

Warning
All functions in the Config class can potentially throw this exception.

Definition at line 77 of file OpenColorIO.h.

Constructor & Destructor Documentation

OCIO_NAMESPACE::Exception::Exception ( )
delete
OCIO_NAMESPACE::Exception::Exception ( const char *  )
explicit

Constructor that takes a string as the exception message.

OCIO_NAMESPACE::Exception::Exception ( const Exception )

Constructor that takes an existing exception.

OCIO_NAMESPACE::Exception::~Exception ( )

Member Function Documentation

Exception& OCIO_NAMESPACE::Exception::operator= ( const Exception )
delete

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