File
Doc
Category
Size
Date
Package
ChangedCharSetException.java
API Doc
Java SE 5 API
789
Fri Aug 26 14:58:14 BST 2005
javax.swing.text
ChangedCharSetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
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.String
getCharSetSpec
()
return charSetSpec;
public
boolean
keyEqualsCharSet
()
return charSetKey;
Java Code Source