MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / JavaException

Method JavaException

extensions/jni/JavaException.h:47–49  ·  view source on GitHub ↗

Constructor ! * Create a new JavaException */

Source from the content-addressed store, hash-verified

45 * Create a new JavaException
46 */
47 JavaException(std::string errorMsg)
48 : message_(std::move(errorMsg)) {
49 }
50
51 // Destructor
52 virtual ~JavaException() noexcept = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected