noitemexception.java

来自「world wind java sdk 源码」· Java 代码 · 共 23 行

JAVA
23
字号
/*Copyright (C) 2001, 2008 United States Governmentas represented by the Administrator of theNational Aeronautics and Space Administration.All Rights Reserved.*/package gov.nasa.worldwind.exception;/** * Thrown to indicate that an item is not available from a request or search. * * @author tag * @version $Id: NoItemException.java 8393 2009-01-10 05:36:05Z tgaskins $ */public class NoItemException extends WWRuntimeException{    public NoItemException(String string)    {        super(string);    }}

⌨️ 快捷键说明

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