FileDocCategorySizeDatePackage
MalformedParameterizedTypeException.javaAPI DocJava SE 5 API545Fri Aug 26 14:57:06 BST 2005java.lang.reflect

MalformedParameterizedTypeException

public class MalformedParameterizedTypeException extends RuntimeException
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.
since
1.5

Fields Summary
Constructors Summary
Methods Summary