📄 badid3exception.java
字号:
/**
* Description of the Class
*
* @author kilo
* @created 2003年12月22日
*/
public final class BadID3Exception
extends Exception {
/**
* Constructor for the BadID3Exception object
*/
public BadID3Exception() { }
/**
* Constructor for the BadID3Exception object
*
* @param message Description of the Parameter
*/
public BadID3Exception( String message ) {
super( message );
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -