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

Method what

extensions/jni/JavaException.h:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 // Destructor
52 virtual ~JavaException() noexcept = default;
53 virtual const char * what() const noexcept {
54 return message_.c_str();
55 }
56
57 private:
58 // JavaException detailed information

Callers 15

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
ExceptionTests.cppFile · 0.45
onTriggerMethod · 0.45
RegexMethod · 0.45
startProcessingMethod · 0.45
stopProcessingMethod · 0.45
onTriggerMethod · 0.45
writeMethod · 0.45
appendMethod · 0.45

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected