Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ArtifexSoftware/mupdf
/ run
Method
run
platform/java/example/Viewer.java:399–401 ·
view source on GitHub ↗
(Throwable t)
Source
from the content-addressed store, hash-verified
397
doc =
new
ViewerCore(worker, this, documentPath);
398
doc.openDocument(
new
ViewerCore.OnException() {
399
public
void
run(Throwable t) {
400
exception(t);
401
}
402
});
403
}
404
Callers
nothing calls this directly
Calls
1
exception
Method · 0.95
Tested by
no test coverage detected