java.lang.reflect
Class MalformedParameterizedTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.reflect.MalformedParameterizedTypeException
- All Implemented Interfaces:
- Serializable
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
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MalformedParameterizedTypeException
public MalformedParameterizedTypeException()