public class java.lang.reflect
MalformedParameterizedTypeException


Show All Login
Java SE 6
  
Extends: Throwable > Exception > RuntimeException
Details
Thrown when a semantically malformed parameterized type is encountered by a reflective method that needs to instantiate it. For example, if the number of type arguments to a parameterized type is wrong.
since1.5

Constructors
public MalformedParameterizedTypeException()