GenericSignatureFormatErrorpublic class GenericSignatureFormatError extends ClassFormatError Indicates that a malformed signature has been encountered via a reflective
method. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public GenericSignatureFormatError()Constructs a new {@code GenericSignatureFormatError} instance.
super();
|
|