public class java.lang.reflect
GenericSignatureFormatError


Show All Login
Java SE 6
  
Extends: Throwable > Error > LinkageError > ClassFormatError
Details
Thrown when a syntactically malformed signature attribute is encountered by a reflective method that needs to interpret the generic signature information for a type, method or constructor.
since1.5

Constructors
public GenericSignatureFormatError()