src/java.xml/share/classes/javax/xml/parsers/ParserConfigurationException.java
changeset 47443 711ef438b6ad
parent 47216 71c04702a3d5
child 48412 d4412e380f6b
equal deleted inserted replaced
47442:560ee83bfce5 47443:711ef438b6ad
     1 /*
     1 /*
     2  * Copyright (c) 2000, 2005, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    31  * @author <a href="mailto:Jeff.Suttor@Sun.com">Jeff Suttor</a>
    31  * @author <a href="mailto:Jeff.Suttor@Sun.com">Jeff Suttor</a>
    32  * @since 1.4
    32  * @since 1.4
    33  */
    33  */
    34 
    34 
    35 public class ParserConfigurationException extends Exception {
    35 public class ParserConfigurationException extends Exception {
    36 
    36     private static final long serialVersionUID = -3688849216575373917L;
    37     /**
    37     /**
    38      * Create a new <code>ParserConfigurationException</code> with no
    38      * Create a new <code>ParserConfigurationException</code> with no
    39      * detail message.
    39      * detail message.
    40      */
    40      */
    41 
    41