MalformedParameterizedTypeExceptionpublic class MalformedParameterizedTypeException extends RuntimeException Indicates that a malformed parameterized type has been encountered by a
reflective method. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public MalformedParameterizedTypeException()Constructs a new {@code MalformedParameterizedTypeException} instance.
super();
|
|