MCPcopy Index your code
hub / github.com/ArtifexSoftware/mupdf / exception

Method exception

platform/java/example/ViewerCore.java:105–110  ·  view source on GitHub ↗
(Throwable t)

Source from the content-addressed store, hash-verified

103 loadDocument(onException);
104 }
105 public void exception(Throwable t) {
106 ViewerCore.this.acceleratorPath = null;
107 ViewerCore.this.doc = null;
108 if (onException != null)
109 onException.run(t);
110 }
111 });
112 }
113

Callers

nothing calls this directly

Calls 9

gotoLocationMethod · 0.95
runMethod · 0.65
onLayoutChangeMethod · 0.65
onChapterCountChangeMethod · 0.65
onPageCountChangeMethod · 0.65
onOutlineChangeMethod · 0.65
onOutlineItemChangeMethod · 0.65
onPageContentsChangeMethod · 0.65
onSearchStopMethod · 0.65

Tested by

no test coverage detected