1. /*
  2. * @(#)GenericSignatureFormatError.java 1.2 03/12/19
  3. *
  4. * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
  5. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
  6. */
  7. package java.lang.reflect;
  8. /**
  9. * Thrown when a syntactically malformed signature attribute is
  10. * encountered by a reflective method that needs to interpret the
  11. * generic signature information for a type, method or constructor.
  12. *
  13. * @since 1.5
  14. */
  15. public class GenericSignatureFormatError extends ClassFormatError{}