模块 java.base

类 GenericSignatureFormatError

所有已实现的接口:
Serializable

public class GenericSignatureFormatError extends ClassFormatError
当需要解释类或接口、方法或构造方法的通用签名信息的反射方法遇到句法格式错误的签名属性时抛出。
自从:
1.5
参见:
  • 构造方法详细信息

    • GenericSignatureFormatError

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

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