diff --git a/src/main/java/ai/nets/samj/communication/model/SAMModels.java b/src/main/java/ai/nets/samj/communication/model/SAMModels.java index adcb5f9..64fcda4 100644 --- a/src/main/java/ai/nets/samj/communication/model/SAMModels.java +++ b/src/main/java/ai/nets/samj/communication/model/SAMModels.java @@ -31,9 +31,9 @@ public class SAMModels extends ArrayList { /** * A list where each of the components is a {@link SAMModel} - * @throws InterruptedException - * @throws RuntimeException - * @throws IOException + * @throws InterruptedException if the thread where the models run is abruptly interrupted + * @throws RuntimeException if there is any error running the models + * @throws IOException if any of the files needed to run or load the models is missing */ public SAMModels() throws IOException, RuntimeException, InterruptedException { super();