#include <capiexception.h>
Inheritance diagram for CapiExternalError:
Public Member Functions | |
CapiExternalError (string errormsg, string function_name) | |
Constructor. Create an object, print error message and abort if severity FATAL was chosen. | |
virtual string | message () |
Return nice formatted error message. |
This ecxeption should be raised by methods in the CAPI abstraction layer when an error was detected that was clearly caused by the application (e.g. giving an invalid file to send, ...).
|
Constructor. Create an object, print error message and abort if severity FATAL was chosen.
|
|
Return nice formatted error message. Returns the string "Classname: error message occured in function()"
Reimplemented from CapiError.
|