Exceptions thrown by mbl, and a mechanism for turning them off. More...
Go to the source code of this file.
Functions | |
void | mbl_exception_throw_os_error (const vcl_string &filename, const vcl_string &additional_comment) |
Throw mbl_exception_os_error or one of its derivatives, based on errno. |
Exceptions thrown by mbl, and a mechanism for turning them off.
Definition in file mbl_exception.cxx.
void mbl_exception_throw_os_error | ( | const vcl_string & | filename, |
const vcl_string & | additional_comment = "" |
||
) |
Throw mbl_exception_os_error or one of its derivatives, based on errno.
If exceptions are disabled, this behaves like mbl_exception_warning() above.
Definition at line 90 of file mbl_exception.cxx.