net.sourceforge.retroweaver.runtime.java.lang.reflect
Class GenericSignatureFormatError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by java.lang.LinkageError
              extended by java.lang.ClassFormatError
                  extended by net.sourceforge.retroweaver.runtime.java.lang.reflect.GenericSignatureFormatError
All Implemented Interfaces:
java.io.Serializable

public class GenericSignatureFormatError
extends java.lang.ClassFormatError

See Also:
Serialized Form

Constructor Summary
GenericSignatureFormatError()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GenericSignatureFormatError

public GenericSignatureFormatError()