AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ operator<<()

template<class T >
Exception & drama::Exception::operator<< ( const T &  t)
inline

Add extra information to an exception message.

Anything supported as a type by sstreams can be added.

Template Parameters
TThe type of the item to be written to the message.
Parameters
tThe information to be added.
Returns
A reference to *t

References drama::CreateRunDramaTask(), and toString().