|
dxFeed Graal CXX API v4.3.1
|
A runtime axception with stacktrace. More...
#include <RuntimeException.hpp>
Inheritance diagram for RuntimeException:Public Member Functions | |
| RuntimeException (const StringLikeWrapper &message, const StringLikeWrapper &additionalStackTrace="") | |
| Constructs a runtime exception. | |
| const std::string & | getStackTrace () const & |
A runtime axception with stacktrace.
|
explicit |
Constructs a runtime exception.
| message | The exception's message. |
| additionalStackTrace | The additional stacktrace that will be concatenated with current stacktrace. |
References RuntimeException().
Referenced by GraalException::GraalException(), and RuntimeException().
| const std::string & RuntimeException::getStackTrace | ( | ) | const & |