Added in API level 1

GenericSignatureFormatError

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 type, method or constructor.

Summary

Public constructors

GenericSignatureFormatError()

Constructs a new GenericSignatureFormatError.

GenericSignatureFormatError(String message)

Constructs a new GenericSignatureFormatError with the specified message.

Inherited methods

Public constructors

GenericSignatureFormatError

Added in API level 1
public GenericSignatureFormatError ()

Constructs a new GenericSignatureFormatError.

GenericSignatureFormatError

Added in API level 26
public GenericSignatureFormatError (String message)

Constructs a new GenericSignatureFormatError with the specified message.