Name

GenericSignatureFormatError

Synopsis

An error of this type is thrown if the Java interpreter tries to load a class file that contains malformed generic signature information.

java.lang.reflect.GenericSignatureFormatError

Figure 10-95. java.lang.reflect.GenericSignatureFormatError

public class GenericSignatureFormatError extends ClassFormatError {
// Public Constructors
     public GenericSignatureFormatError( );  
}

Get Java in a Nutshell, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.