src/share/classes/com/sun/tools/classfile/Descriptor.java

changeset 198
b4b1f7732289
parent 54
eaf608c64fec
child 229
03bcd66bd8e7
equal deleted inserted replaced
197:1bf037016426 198:b4b1f7732289
36 * This code and its internal interfaces are subject to change or 36 * This code and its internal interfaces are subject to change or
37 * deletion without notice.</b> 37 * deletion without notice.</b>
38 */ 38 */
39 public class Descriptor { 39 public class Descriptor {
40 public class InvalidDescriptor extends DescriptorException { 40 public class InvalidDescriptor extends DescriptorException {
41 private static final long serialVersionUID = 1L;
41 InvalidDescriptor(String desc) { 42 InvalidDescriptor(String desc) {
42 this.desc = desc; 43 this.desc = desc;
43 this.index = -1; 44 this.index = -1;
44 } 45 }
45 46

mercurial