jdk/src/share/classes/java/lang/StackOverflowError.java
changeset 1320 2412b1562801
parent 2 90ce3da70b43
child 5506 202f599c92aa
equal deleted inserted replaced
687:874e25a9844a 1320:2412b1562801
     1 /*
     1 /*
     2  * Copyright 1994-1997 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
    32  * @author unascribed
    32  * @author unascribed
    33  * @since   JDK1.0
    33  * @since   JDK1.0
    34  */
    34  */
    35 public
    35 public
    36 class StackOverflowError extends VirtualMachineError {
    36 class StackOverflowError extends VirtualMachineError {
       
    37     private static final long serialVersionUID = 8609175038441759607L;
       
    38 
    37     /**
    39     /**
    38      * Constructs a <code>StackOverflowError</code> with no detail message.
    40      * Constructs a <code>StackOverflowError</code> with no detail message.
    39      */
    41      */
    40     public StackOverflowError() {
    42     public StackOverflowError() {
    41         super();
    43         super();