An API function was called with an invalid argument (for example, a NULL object was passed to a function that expects a non-NULL argument). More...
Public Member Functions | |
| const char * | what () const throw () |
| Get a description of what the problem is. | |
An API function was called with an invalid argument (for example, a NULL object was passed to a function that expects a non-NULL argument).
| const char* HAPI::ExceptionUsage::what | ( | ) | const throw () [virtual] |
Get a description of what the problem is.
Reimplemented from HAPI::ExceptionHugin.