Exceptions

exception PyOpenColorIO.Exception

An exception class to throw for errors detected at runtime.

Warning

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

exception PyOpenColorIO.ExceptionMissingFile

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.