⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 underflowexception.java

📁 这是一款基于PlaceLab软件开发的导航系统中间件的客户端程序.
💻 JAVA
字号:
package org.placelab.util.ns1;/*  UnderflowException should be thrown when the data structure is empty yet	someone is still trying to get data from it.	There is a method that can be checked in this projects stack to see if its 	empty, so this is a RuntimeException		CSE 326 Fall Quarter 2003	Homework 1, October 2*/import java.lang.RuntimeException;public class UnderflowException extends RuntimeException {	public UnderflowException() {	    //super("Its already empty!");	}}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -