emptyqueueexception.java
来自「专业汽车级嵌入式操作系统OSEK的源代码」· Java 代码 · 共 37 行
JAVA
37 行
package java.util;/** $Log: EmptyQueueException.java,v $* Revision 1.1 2003/08/17 14:59:42 mpscholz* enhanced Vector* added Stack and Queue and associated exception classes**///////////////////////////////////////////////////////////** * An exception thrown by some Queue class methods * to indicate that the Queue is empty */public class EmptyQueueException extends RuntimeException { //////////////////////////////////////////// // constants //////////////////////////////////////////// //////////////////////////////////////////// // fields //////////////////////////////////////////// //////////////////////////////////////////// // constructors //////////////////////////////////////////// //////////////////////////////////////////// /** * creates a new exception wit null message string */ public EmptyQueueException() { } // EmptyQueueException()} // class EmptyQueueException
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?