jdk/src/share/classes/java/lang/AbstractMethodError.java
changeset 1320 2412b1562801
parent 2 90ce3da70b43
child 5506 202f599c92aa
equal deleted inserted replaced
687:874e25a9844a 1320:2412b1562801
     1 /*
     1 /*
     2  * Copyright 1994-2005 Sun Microsystems, Inc.  All Rights Reserved.
     2  * Copyright 1994-2008 Sun Microsystems, Inc.  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.  Sun designates this
     7  * published by the Free Software Foundation.  Sun designates this
    35  * @author  unascribed
    35  * @author  unascribed
    36  * @since   JDK1.0
    36  * @since   JDK1.0
    37  */
    37  */
    38 public
    38 public
    39 class AbstractMethodError extends IncompatibleClassChangeError {
    39 class AbstractMethodError extends IncompatibleClassChangeError {
       
    40     private static final long serialVersionUID = -1654391082989018462L;
       
    41 
    40     /**
    42     /**
    41      * Constructs an <code>AbstractMethodError</code> with no detail  message.
    43      * Constructs an <code>AbstractMethodError</code> with no detail  message.
    42      */
    44      */
    43     public AbstractMethodError() {
    45     public AbstractMethodError() {
    44         super();
    46         super();