equal
deleted
inserted
replaced
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 * |