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

◆ toString()

virtual std::string drama::Exception::toString ( bool  details = false) const
virtual

Return the exception string.

Parameters
fullIf true, more details are added, in particular, DRAMA exception details. This will include a new line character.
Returns
The string added when the exception was generated, with line number and file name added.
Examples
dramahello.cpp.

Referenced by Exception(), operator<<(), and operator<<().