src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/ClassFormatException.java
changeset 55496 8e0ae3830fca
parent 47216 71c04702a3d5
equal deleted inserted replaced
55495:badfa812b82a 55496:8e0ae3830fca
    24 /**
    24 /**
    25  * Thrown when the BCEL attempts to read a class file and determines
    25  * Thrown when the BCEL attempts to read a class file and determines
    26  * that the file is malformed or otherwise cannot be interpreted as a
    26  * that the file is malformed or otherwise cannot be interpreted as a
    27  * class file.
    27  * class file.
    28  *
    28  *
    29  * @version $Id: ClassFormatException.java 1748973 2016-06-18 12:14:42Z sebb $
    29  * @version $Id$
    30  */
    30  */
    31 public class ClassFormatException extends RuntimeException {
    31 public class ClassFormatException extends RuntimeException {
    32 
    32 
    33     private static final long serialVersionUID = -3569097343160139969L;
    33     private static final long serialVersionUID = -3569097343160139969L;
    34 
    34