Module java.base

Class GenericSignatureFormatError

java.lang.Object
All Implemented Interfaces:
Serializable

public class GenericSignatureFormatError extends ClassFormatError
Thrown when a syntactically malformed signature attribute is encountered by a reflective method that needs to interpret the generic signature information for a class or interface, method or constructor.
Since:
1.5
See Also: