Creato Parzialmente la Queue
This commit is contained in:
14
exceptions/EmpyQueueException.java
Normal file
14
exceptions/EmpyQueueException.java
Normal file
@@ -0,0 +1,14 @@
|
||||
package exceptions;
|
||||
|
||||
/**
|
||||
* Created with MONSTER.
|
||||
* User: xgiovio
|
||||
* Date: 05/03/14
|
||||
* Time: 0.09
|
||||
*/
|
||||
public class EmpyQueueException extends RuntimeException {
|
||||
|
||||
public EmpyQueueException(){
|
||||
super("Queue Empty");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user