java.lang.reflect

Class MalformedParameterizedTypeException

public class MalformedParameterizedTypeException extends RuntimeException

This exception class is thrown when one of the reflection methods encountered an invalid parameterized type within the metadata of a class. One possible reason for this exception being thrown is the specification of too few or too many type variables.

Since: 1.5

Constructor Summary
MalformedParameterizedTypeException()

Constructor Detail

MalformedParameterizedTypeException

public MalformedParameterizedTypeException()