|
dxFeed Graal CXX API v5.0.0
|
The wrapper over CEntryPointErrorsEnum, the error code returned by GraalVM. More...
#include <GraalException.hpp>
Inheritance diagram for GraalException:Public Member Functions | |
| GraalException (CEntryPointErrorsEnum entryPointErrorsEnum) | |
| Constructs an exception. | |
Public Member Functions inherited from RuntimeException | |
| RuntimeException (const StringLike &message, const StringLike &additionalStackTrace="") | |
| Constructs a runtime exception. | |
| const std::string & | getStackTrace () const & |
The wrapper over CEntryPointErrorsEnum, the error code returned by GraalVM.
|
explicit |
Constructs an exception.
| entryPointErrorsEnum | The error code returned by GraalVM. |