Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ handle
Method
handle
ij/src/main/java/ij/IJ.java:2637–2637 ·
view source on GitHub ↗
(Throwable e)
Source
from the content-addressed store, hash-verified
2635
2636
public
interface
ExceptionHandler {
2637
public
void
handle(Throwable e);
2638
}
2639
2640
static
ExceptionHandler exceptionHandler;
Callers
1
handleException
Method · 0.65
Implementers
1
ExceptionHandler
ij/src/main/java/ij/ImageJ.java
Calls
no outgoing calls
Tested by
no test coverage detected