throw
and getExceptionInfo
are only provided if the application registers them.void throw(const string &in exception)
Explicitly throw an exception. The string should identify the type of exception, for logging or treating.
string getExceptionInfo()
Get the exception string for the last exception thrown.