eliminato classi superflue del progetto e risolto qualche bug. c'è ancora del lavoro da fare sulla queue e deque
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
package exceptions;
|
||||
|
||||
/**
|
||||
* Created with MONSTER.
|
||||
* User: xgiovio
|
||||
* Date: 05/03/14
|
||||
* Time: 0.09
|
||||
*/
|
||||
public class FullQueueException extends RuntimeException {
|
||||
|
||||
public FullQueueException(){
|
||||
super("Queue Full");
|
||||
}
|
||||
}
|
||||
@@ -1,14 +0,0 @@
|
||||
package exceptions;
|
||||
|
||||
/**
|
||||
* Created with MONSTER.
|
||||
* User: xgiovio
|
||||
* Date: 05/03/14
|
||||
* Time: 0.09
|
||||
*/
|
||||
public class FullStackException extends RuntimeException {
|
||||
|
||||
public FullStackException(){
|
||||
super("Stack Full");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user