jdk/src/share/classes/javax/swing/text/BadLocationException.java
changeset 11268 f0e59c4852de
parent 5506 202f599c92aa
child 20158 1c5d22e5b898
equal deleted inserted replaced
11267:96a1a5a9323c 11268:f0e59c4852de
    37  * has been added to the <code>java.beans</code> package.
    37  * has been added to the <code>java.beans</code> package.
    38  * Please see {@link java.beans.XMLEncoder}.
    38  * Please see {@link java.beans.XMLEncoder}.
    39  *
    39  *
    40  * @author  Timothy Prinzing
    40  * @author  Timothy Prinzing
    41  */
    41  */
       
    42 @SuppressWarnings("serial")
    42 public class BadLocationException extends Exception
    43 public class BadLocationException extends Exception
    43 {
    44 {
    44     /**
    45     /**
    45      * Creates a new BadLocationException object.
    46      * Creates a new BadLocationException object.
    46      *
    47      *