Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package uk.ac.cam.cl.dtg.segue.etl;

@FunctionalInterface
public interface CheckedOperation {
void execute() throws Exception;

Check warning on line 5 in src/main/java/uk/ac/cam/cl/dtg/segue/etl/CheckedOperation.java

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Replace generic exceptions with specific library exceptions or a custom exception.

See more on https://sonarcloud.io/project/issues?id=isaaccomputerscience_isaac-api&issues=AZ5oPAGur6QrteWanHxa&open=AZ5oPAGur6QrteWanHxa&pullRequest=417
}
Loading
Loading