MCPcopy
hub / github.com/Col-E/Recaf / Errorable

Interface Errorable

src/main/java/me/coley/recaf/util/struct/Errorable.java:11–17  ·  view source on GitHub ↗

Essentially Runnable but can throw an exception. @param Type of exception. @author Matt

Source from the content-addressed store, hash-verified

9 * @author Matt
10 */
11public interface Errorable<T extends Throwable> {
12 /**
13 * @throws T
14 * Exception thrown.
15 */
16 void run() throws T;
17}

Callers 8

openEditorMethod · 0.65
runMethod · 0.65
runMethod · 0.65
populatePhantomsMethod · 0.65
startControllerMethod · 0.65
ActionButtonMethod · 0.65
SearchBarMethod · 0.65
ActionMenuItemMethod · 0.65

Implementers 6

Controllersrc/main/java/me/coley/recaf/control/C
HeadlessControllersrc/main/java/me/coley/recaf/control/h
GuiControllersrc/main/java/me/coley/recaf/control/g
Initializersrc/main/java/me/coley/recaf/command/i
ThreadUtilsrc/main/java/me/coley/recaf/util/Thre
ThreadActionsrc/main/java/me/coley/recaf/util/stru

Calls

no outgoing calls

Tested by

no test coverage detected