📄 charactercodingexception.java
字号:
/*
* @(#)CharacterCodingException.java 1.2 01/09/17
*
* Copyright 2000 by Sun Microsystems, Inc. All Rights Reserved.
*
* This software is the proprietary information of Sun Microsystems, Inc.
* Use is subject to license terms.
*/
// -- This file was mechanically generated: Do not edit! -- //
package java.nio.charset;
/**
* Checked exception thrown when a character encoding
* or decoding error occurs.
*
* @version 1.2, 01/09/17
* @since 1.4
*/
public class CharacterCodingException
extends java.io.IOException
{
/**
* Constructs an instance of this class.
*/
public CharacterCodingException() { }
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -