Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
ExceptionTests.cpp
File · 0.45
onTrigger
Method · 0.45
Regex
Method · 0.45
startProcessingProcessors
Method · 0.45
startProcessing
Method · 0.45
stopProcessing
Method · 0.45
onTrigger
Method · 0.45
write
Method · 0.45
append
Method · 0.45
Calls
1
c_str
Method · 0.80
Tested by
no test coverage detected