Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
run
Method · 0.95
getProcessor
Method · 0.95
Calls
1
error
Method · 0.95
Tested by
no test coverage detected