src/java.xml/share/classes/javax/xml/stream/XMLStreamException.java
changeset 47443 711ef438b6ad
parent 47216 71c04702a3d5
child 54315 7d5a4a48e876
equal deleted inserted replaced
47442:560ee83bfce5 47443:711ef438b6ad
     1 /*
     1 /*
     2  * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2009, 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
    33  * @author Copyright (c) 2009 by Oracle Corporation. All Rights Reserved.
    33  * @author Copyright (c) 2009 by Oracle Corporation. All Rights Reserved.
    34  * @since 1.6
    34  * @since 1.6
    35  */
    35  */
    36 
    36 
    37 public class XMLStreamException extends Exception {
    37 public class XMLStreamException extends Exception {
       
    38   private static final long serialVersionUID = 2018819321811497362L;
    38 
    39 
    39   protected Throwable nested;
    40   protected Throwable nested;
    40   protected Location location;
    41   protected Location location;
    41 
    42 
    42   /**
    43   /**