langtools/src/share/classes/com/sun/tools/classfile/DescriptorException.java
changeset 1870 57a1138dffc8
parent 727 cb50c1ae7bab
child 2212 1d3dc0e0ba0c
equal deleted inserted replaced
1869:0e193a8f3520 1870:57a1138dffc8
    31  *  you write code that depends on this, you do so at your own risk.
    31  *  you write code that depends on this, you do so at your own risk.
    32  *  This code and its internal interfaces are subject to change or
    32  *  This code and its internal interfaces are subject to change or
    33  *  deletion without notice.</b>
    33  *  deletion without notice.</b>
    34  */
    34  */
    35 public class DescriptorException extends Exception {
    35 public class DescriptorException extends Exception {
       
    36     private static final long serialVersionUID = 2411890273788901032L;
    36 }
    37 }