001    package net.sourceforge.retroweaver.runtime.java.lang.reflect;
002    
003    public class GenericSignatureFormatError extends ClassFormatError {
004    
005            public GenericSignatureFormatError() {
006                    super();
007            }
008    
009    }