MCPcopy Create free account
hub / github.com/ReadyTalk/avian / throwIOException

Function throwIOException

classpath/java-nio.cpp:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110void throwIOException(JNIEnv* e, const char* s)
111{
112 throwNew(e, "java/io/IOException", s);
113}
114
115void throwIOException(JNIEnv* e, jbyteArray a)
116{

Callers 15

setBlockingFunction · 0.85
doBindFunction · 0.85
doListenFunction · 0.85
doFinishConnectFunction · 0.85
doConnectFunction · 0.85
doAcceptFunction · 0.85
makeSocketFunction · 0.85

Calls 4

freeFunction · 0.85
errorStringFunction · 0.85
throwNewFunction · 0.70
allocateFunction · 0.70

Tested by

no test coverage detected