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

Method error

ij/src/main/java/ij/io/FileSaver.java:712–714  ·  view source on GitHub ↗
(String msg)

Source from the content-addressed store, hash-verified

710 }
711
712 private void error(String msg) {
713 IJ.error("FileSaver", msg);
714 }
715
716 /** Returns a string containing information about the specified image. */
717 public String getDescriptionString() {

Callers 2

saveAsTiffStackMethod · 0.95
saveAsLutMethod · 0.95

Calls 1

errorMethod · 0.95

Tested by

no test coverage detected