Implementors should see IMP_FAILURE_HANDLER().
Public Member Functions | |
virtual void | handle_failure ()=0 |
Friends | |
template<class T > | |
void | IMP::internal::unref (T *) |
Related Functions | |
(Note that these are not member functions.) | |
void | add_failure_handler (FailureHandler *f) |
Add a custom function to be called on an error. | |
void | remove_failure_handler (FailureHandler *f) |
Remove a failure handler from the list. |