aboutsummaryrefslogtreecommitdiffstats
path: root/src/musichub/business/NoElementFoundException.java
diff options
context:
space:
mode:
authorClyhtsuriva <aimeric@adjutor.xyz>2021-06-06 13:32:56 +0200
committerClyhtsuriva <aimeric@adjutor.xyz>2021-06-06 13:32:56 +0200
commit65a49c3154822aa808ced07301487162a290fda7 (patch)
treed65603ed917cf7e4f3c7720e8c474615d3931ed2 /src/musichub/business/NoElementFoundException.java
downloadSpoteezer-65a49c3154822aa808ced07301487162a290fda7.tar.gz
Spoteezer-65a49c3154822aa808ced07301487162a290fda7.tar.bz2
Spoteezer-65a49c3154822aa808ced07301487162a290fda7.zip
Initial jMusicHubProject
Diffstat (limited to '')
-rw-r--r--src/musichub/business/NoElementFoundException.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/musichub/business/NoElementFoundException.java b/src/musichub/business/NoElementFoundException.java
new file mode 100644
index 0000000..a9b0d76
--- /dev/null
+++ b/src/musichub/business/NoElementFoundException.java
@@ -0,0 +1,8 @@
+package musichub.business;
+
+public class NoElementFoundException extends Exception {
+
+ public NoElementFoundException(String msg) {
+ super(msg);
+ }
+} \ No newline at end of file