DynExp
Highly flexible laboratory automation for dynamically changing experiments.
Exception.cpp File Reference

Go to the source code of this file.

Namespaces

 Util
 DynExp's Util namespace contains commonly used functions and templates as well as extensions to Qt and its widgets.
 

Functions

std::ostream & Util::operator<< (std::ostream &stream, const Exception &e)
 Writes a DynExp exception in a user-readable way to a stream. More...
 
void Util::ForwardException (std::exception_ptr e)
 Wraps the exception passed to the function in a ForwardedException and throws the ForwardedException. Does nothing if e is not an exception. More...