MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / error

Method error

ij/src/main/java/ij/plugin/AVI_Reader.java:1491–1494  ·  view source on GitHub ↗
(String msg)

Source from the content-addressed store, hash-verified

1489 }
1490
1491 private void error(String msg) {
1492 aborting = true;
1493 IJ.error("AVI Reader", msg);
1494 }
1495
1496 private String exceptionMessage (Exception e) {
1497 String msg;

Callers 2

runMethod · 0.95
getProcessorMethod · 0.95

Calls 1

errorMethod · 0.95

Tested by

no test coverage detected