ADTF  3.18.2
base/include/adtfbase/exception_handling.h File Reference

Copyright © Audi Electronics Venture GmbH. More...

Go to the source code of this file.

Namespaces

 adtf
 Namespace for entire ADTF SDK.
 
 adtf::base
 Namespace for the ADTF Base SDK.
 
 adtf::base::elasto
 Namespace for all functionality of the ADTF Base SDK provided since v3.4.
 

Macros

#define ADTF_BASE_ANNOTATE_RESULT(_result)   ADTF_UCOM_ANNOTATE_RESULT(_result)
 for internal use
 
#define ADTF_BASE_COMPOSED_RESULT(_result, ...)   ADTF_UCOM_COMPOSED_RESULT(_result, __VA_ARGS__)
 for internal use
 

Functions

std::string nested_exceptions_to_string (const std::exception &error)
 Formats nested std::exceptions into a string, line by line. More...
 
std::string current_exception_to_string ()
 Trys to format the current exception into a string. More...
 
tResult current_exception_to_result ()
 Converts the current exception object into a tResult. More...
 

Detailed Description

Copyright © Audi Electronics Venture GmbH.

All rights reserved

Definition in file base/include/adtfbase/exception_handling.h.