Home » openjdk-7 » javax » swing » text » [javadoc | source]
javax.swing.text
public class: ChangedCharSetException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         java.io.IOException
            javax.swing.text.ChangedCharSetException

All Implemented Interfaces:
    Serializable

ChangedCharSetException as the name indicates is an exception thrown when the charset is changed.
Field Summary
 String charSetSpec     
 boolean charSetKey     
Fields inherited from java.io.IOException:
serialVersionUID
Fields inherited from java.lang.Exception:
serialVersionUID
Constructor:
 public ChangedCharSetException(String charSetSpec,
    boolean charSetKey) 
Method from javax.swing.text.ChangedCharSetException Summary:
getCharSetSpec,   keyEqualsCharSet
Methods from java.lang.Throwable:
addSuppressed,   fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   getStackTraceDepth,   getStackTraceElement,   getSuppressed,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.swing.text.ChangedCharSetException Detail:
 public String getCharSetSpec() 
 public boolean keyEqualsCharSet()