charactercodingexception.java
来自「JAVA基本类源代码,大家可以学习学习!」· Java 代码 · 共 33 行
JAVA
33 行
/*
* @(#)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 + =
减小字号Ctrl + -
显示快捷键?