Module java.base

Class GenericSignatureFormatError

所有已实现的接口:
Serializable

public class GenericSignatureFormatError extends ClassFormatError
当反射方法遇到语法错误的签名属性时抛出,需要解释类或接口、方法或构造函数的泛型签名信息。
自 JDK 版本:
1.5
参见:
  • Constructor Details

    • GenericSignatureFormatError

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

      public GenericSignatureFormatError(String message)
      构造一个新的带有指定消息的 GenericSignatureFormatError
      参数:
      message - 详细消息,可以为 null