jdk/src/share/classes/sun/tools/java/AmbiguousMember.java
changeset 23711 95fb268275e3
parent 5506 202f599c92aa
equal deleted inserted replaced
23709:9f7652fb03b2 23711:95fb268275e3
     1 /*
     1 /*
     2  * Copyright (c) 1994, 2003, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1994, 2014, 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  *
    33  *
    34  * WARNING: The contents of this source file are not part of any
    34  * WARNING: The contents of this source file are not part of any
    35  * supported API.  Code that depends on them does so at its own risk:
    35  * supported API.  Code that depends on them does so at its own risk:
    36  * they are subject to change or removal without notice.
    36  * they are subject to change or removal without notice.
    37  */
    37  */
       
    38 @SuppressWarnings("serial") // JDK implementation class
    38 public
    39 public
    39 class AmbiguousMember extends Exception {
    40 class AmbiguousMember extends Exception {
    40     /**
    41     /**
    41      * The field that was not found
    42      * The field that was not found
    42      */
    43      */