模块  java.base
软件包  java.lang.reflect

Class GenericSignatureFormatError

  • 实现的所有接口
    Serializable

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

      • GenericSignatureFormatError

        public GenericSignatureFormatError()
        构造一个新的 GenericSignatureFormatError
      • GenericSignatureFormatError

        public GenericSignatureFormatError​(String message)
        使用指定的消息构造一个新的 GenericSignatureFormatError
        参数
        message - 详细消息,可能是 null