Fixato bug e implementato alcune funzioni.
This commit is contained in:
11
exceptions/InvalidKeyException.java
Normal file
11
exceptions/InvalidKeyException.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package exceptions;
|
||||
|
||||
|
||||
public class InvalidKeyException extends RuntimeException {
|
||||
public InvalidKeyException(String message) {
|
||||
super (message);
|
||||
}
|
||||
public InvalidKeyException() {
|
||||
super ("Invalid Key Exception");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user