/[classpath]/classpath/java/lang/reflect/GenericSignatureFormatError.java
ViewVC logotype

Diff of /classpath/java/lang/reflect/GenericSignatureFormatError.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.1 by tromey, Fri Aug 27 00:05:03 2004 UTC revision 1.1.2.2 by gnu_andrew, Sun Feb 20 21:10:36 2005 UTC
# Line 1  Line 1 
1  /* GenericSignatureFormatError.java  /* GenericSignatureFormatError.java - Thrown when a signature is malformed.
2     Copyright (C) 2004 Free Software Foundation, Inc.     Copyright (C) 2004, 2005 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package java.lang.reflect;  package java.lang.reflect;
40    
41  public class GenericSignatureFormatError extends ClassFormatError  /**
42     * Thrown on encountering a syntactically malformed signature in
43     * a reflective method.  During reflection, the generic type signature
44     * of a type, method or constructor may be interpreted by the virtual
45     * machine.  This error is thrown if this operation fails.
46     *
47     * @author Tom Tromey (tromey@redhat.com)
48     * @author Andrew John Hughes (gnu_andrew@member.fsf.org)
49     * @since 1.5
50     */
51    public class GenericSignatureFormatError
52      extends ClassFormatError
53  {  {
54    
55      /**
56       * Constructs a new <code>GenericSignatureFormatError</code>.
57       */
58    public GenericSignatureFormatError()    public GenericSignatureFormatError()
59    {    {
60    }    }
61    
62  }  }

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26