java.lang.reflect
Class MalformedParameterizedTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
MalformedParameterizedTypeException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MalformedParameterizedTypeException

public MalformedParameterizedTypeException()