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