Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MusicPlayerDaemon/MPD
/ Exception
Method
Exception
src/java/Exception.cxx:8–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
#include
"String.hxx"
7
8
Java::Exception::Exception(JNIEnv *env, jthrowable e) noexcept
9
:std::runtime_error(Java::String(env, Object::toString(env, e)).ToString())
10
{
11
}
12
13
void
14
Java::RethrowException(JNIEnv *env)
Callers
nothing calls this directly
Calls
1
ToString
Method · 0.80
Tested by
no test coverage detected