MCPcopy 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
8Java::Exception::Exception(JNIEnv *env, jthrowable e) noexcept
9 :std::runtime_error(Java::String(env, Object::toString(env, e)).ToString())
10{
11}
12
13void
14Java::RethrowException(JNIEnv *env)

Callers

nothing calls this directly

Calls 1

ToStringMethod · 0.80

Tested by

no test coverage detected