dxFeed Graal CXX API v4.0.0
|
A runtime axception with stacktrace. More...
#include <RuntimeException.hpp>
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 RuntimeException().
const std::string & RuntimeException::getStackTrace | ( | ) | const & |