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

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

#include <OpenColorIO.h>

+ Inheritance diagram for OCIO_NAMESPACE::ExceptionMissingFile:

Public Member Functions

 ExceptionMissingFile ()=delete
 
 ExceptionMissingFile (const char *)
 Constructor that takes a string as the exception message. More...
 
 ExceptionMissingFile (const ExceptionMissingFile &)
 Constructor that takes an existing exception. More...
 
ExceptionMissingFileoperator= (const ExceptionMissingFile &)=delete
 
 ~ExceptionMissingFile ()
 
- Public Member Functions inherited from OCIO_NAMESPACE::Exception
 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 for errors detected at runtime.

Thrown when OCIO cannot find a file that is expected to exist. This is provided as a custom type to distinguish cases where one wants to continue looking for missing files, but wants to properly fail for other error conditions.

Definition at line 97 of file OpenColorIO.h.

Constructor & Destructor Documentation

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

Constructor that takes a string as the exception message.

OCIO_NAMESPACE::ExceptionMissingFile::ExceptionMissingFile ( const ExceptionMissingFile )

Constructor that takes an existing exception.

OCIO_NAMESPACE::ExceptionMissingFile::~ExceptionMissingFile ( )

Member Function Documentation

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

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