java.lang.reflect

接口
异常
错误
java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 java.lang.RuntimeException
              继承者 java.lang.reflect.MalformedParameterizedTypeException
所有已实现的接口:
Serializable

public class MalformedParameterizedTypeException
     
extends RuntimeException

当反射方法遇到语义错误的参数化类型,而反射方法需要实例化该类型时,抛出该异常。例如,如果参数化类型的类型参数错误。

从以下版本开始:
1.5
另请参见:
序列化表格

构造方法摘要
MalformedParameterizedTypeException()
           
 
方法摘要
 
从类 java.lang.Throwable 继承的方法
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

MalformedParameterizedTypeException

public MalformedParameterizedTypeException()