Searched refs:ChangedCharSetException (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DChangedCharSetException.java30 * ChangedCharSetException as the name indicates is an exception
35 public class ChangedCharSetException extends IOException { class in inherits:IOException
40 public ChangedCharSetException(String charSetSpec, boolean charSetKey) { method in class:ChangedCharSetException
/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DDocumentParser.java31 import javax.swing.text.ChangedCharSetException;
178 protected void handleEmptyTag(TagElement tag) throws ChangedCharSetException {
189 throw new ChangedCharSetException(content, false);
192 throw new ChangedCharSetException(content, true);
H A DParser.java30 import javax.swing.text.ChangedCharSetException;
292 protected void handleEmptyTag(TagElement tag) throws ChangedCharSetException {
394 protected void startTag(TagElement tag) throws ChangedCharSetException {
524 boolean legalElementContext(Element elem) throws ChangedCharSetException {
712 void legalTagContext(TagElement tag) throws ChangedCharSetException {
745 void errorContext() throws ChangedCharSetException {
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJEditorPane.java158 * <code>ChangedCharSetException</code> which will
160 * the character set specified in the <code>ChangedCharSetException</code>
549 * read. In the case where a <code>ChangedCharSetException</code>
571 } catch (ChangedCharSetException changedCharSetException) {

Completed in 104 milliseconds