Archive Audiobook Maker
This commit is contained in:
11
src/Exceptions/NotSelectedException.java
Executable file
11
src/Exceptions/NotSelectedException.java
Executable file
@@ -0,0 +1,11 @@
|
||||
package Exceptions;
|
||||
|
||||
public class NotSelectedException extends Exception {
|
||||
|
||||
public NotSelectedException(){
|
||||
super();
|
||||
}
|
||||
public NotSelectedException(String message){
|
||||
super(message);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user