FileDocCategorySizeDatePackage
CharacterCodingException.javaAPI DocJava SE 5 API681Fri Aug 26 16:50:36 BST 2005java.nio.charset

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() { }

}