Module  java.base
软件包  java.lang.reflect

Class GenericSignatureFormatError

  • All Implemented Interfaces:
    Serializable


    public class GenericSignatureFormatError
    extends ClassFormatError
    当需要解释类型,方法或构造函数的通用签名信息的反射方法遇到语法错误的签名属性时抛出。
    从以下版本开始:
    1.5
    另请参见:
    Serialized Form
    • 构造方法详细信息

      • GenericSignatureFormatError

        public GenericSignatureFormatError​()
        构造新的 GenericSignatureFormatError
      • GenericSignatureFormatError

        public GenericSignatureFormatError​(String message)
        构造一个新的 GenericSignatureFormatError与指定的消息。
        参数
        message - 详细信息,可以是 null