jdk/src/share/classes/java/lang/ExceptionInInitializerError.java
changeset 24865 09b1d992ca72
parent 5506 202f599c92aa
equal deleted inserted replaced
24864:a7bf63ebda64 24865:09b1d992ca72
    37  * the {@link #getException()} method is now known as the <i>cause</i>,
    37  * the {@link #getException()} method is now known as the <i>cause</i>,
    38  * and may be accessed via the {@link Throwable#getCause()} method, as well
    38  * and may be accessed via the {@link Throwable#getCause()} method, as well
    39  * as the aforementioned "legacy method."
    39  * as the aforementioned "legacy method."
    40  *
    40  *
    41  * @author  Frank Yellin
    41  * @author  Frank Yellin
    42  * @since   JDK1.1
    42  * @since   1.1
    43  */
    43  */
    44 public class ExceptionInInitializerError extends LinkageError {
    44 public class ExceptionInInitializerError extends LinkageError {
    45     /**
    45     /**
    46      * Use serialVersionUID from JDK 1.1.X for interoperability
    46      * Use serialVersionUID from JDK 1.1.X for interoperability
    47      */
    47      */