public class

ChangedCharSetException

extends IOException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ javax.swing.text.ChangedCharSetException

Class Overview

ChangedCharSetException as the name indicates is an exception thrown when the charset is changed.

Summary

Public Constructors
ChangedCharSetException(String charSetSpec, boolean charSetKey)
Public Methods
String getCharSetSpec()
boolean keyEqualsCharSet()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ChangedCharSetException (String charSetSpec, boolean charSetKey)

Public Methods

public String getCharSetSpec ()

public boolean keyEqualsCharSet ()