FileDocCategorySizeDatePackage
ChangedCharSetException.javaAPI DocJava SE 5 API789Fri Aug 26 14:58:14 BST 2005javax.swing.text

ChangedCharSetException

public class ChangedCharSetException extends IOException
ChangedCharSetException as the name indicates is an exception thrown when the charset is changed.
author
Sunita Mani 1.8, 12/19/03

Fields Summary
String
charSetSpec
boolean
charSetKey
Constructors Summary
public ChangedCharSetException(String charSetSpec, boolean charSetKey)

	this.charSetSpec = charSetSpec;
	this.charSetKey = charSetKey;
    
Methods Summary
public java.lang.StringgetCharSetSpec()

	return charSetSpec;
    
public booleankeyEqualsCharSet()

	return charSetKey;