Implementato NodeSequence e aggiunto alcuni costruttori alle eccezioni
This commit is contained in:
@@ -11,4 +11,7 @@ public class EmptyDequeException extends RuntimeException {
|
||||
public EmptyDequeException(){
|
||||
super("Deque Empty");
|
||||
}
|
||||
public EmptyDequeException(String msg){
|
||||
super(msg);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user