From e9ee951e570c441151385d1ccd8c4230abf704ca Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Sat, 26 Jun 2021 14:32:12 +0200 Subject: Updated javadoc, added jacoco and the necessary JUnit for this feature. --- .../jacoco/musichub.business/NoElementFoundException.java.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 target/site/jacoco/musichub.business/NoElementFoundException.java.html (limited to 'target/site/jacoco/musichub.business/NoElementFoundException.java.html') diff --git a/target/site/jacoco/musichub.business/NoElementFoundException.java.html b/target/site/jacoco/musichub.business/NoElementFoundException.java.html new file mode 100644 index 0000000..4d5f6bb --- /dev/null +++ b/target/site/jacoco/musichub.business/NoElementFoundException.java.html @@ -0,0 +1,9 @@ +NoElementFoundException.java

NoElementFoundException.java

package musichub.business;
+
+public class NoElementFoundException extends Exception {
+
+    public NoElementFoundException(String msg) {
+        super(msg);
+    }
+}
+
\ No newline at end of file -- cgit v1.2.3