featurenotsupportedexception.java

来自「A Java Framework for connecting to and e」· Java 代码 · 共 9 行

JAVA
9
字号
package com.libGPS4j2me;

/**
* Thrown by methods in classes extending the GPS-class, if the implemented GPS-unit does not support the feature 
* requested in the method. 
*/ 
public class FeatureNotSupportedException extends RuntimeException {
	
}

⌨️ 快捷键说明

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