A fatal error occurred during an input or output operation. More...
Public Member Functions | |
const char * | what () const throw () |
Get a description of what the problem is. |
A fatal error occurred during an input or output operation.
This could be a failure to open a specified file, a failure to create a file due to wrong permissions, a failure during a write operation due to the disk running full, etc.
const char* HAPI::ExceptionIO::what | ( | ) | const throw () [virtual] |
Get a description of what the problem is.
Reimplemented from HAPI::ExceptionHugin.