📄 emptyqueueexception.java
字号:
package salvo.jesus.util;/** * Thrown by methods on the Queue class to indicate that the Queue is empty * * @author Jesus M. Salvo Jr. */public class EmptyQueueException extends Exception { /** * Creates a new EmptyQueueException will null as its error message. */ public EmptyQueueException() { super(); }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -