Javareflect 简明教程

java.lang.reflect - Error

Introduction

java.lang.reflect Error 包含反射操作期间可能发生的错误。

The java.lang.reflect Error contains the error which can occur during reflection operations.

Errors Summary

Sr.No.

Error & Description

1

GenericSignatureFormatError Thrown when a syntactically malformed signature attribute is encountered by a reflective method that needs to interpret the generic signature information for a type, method or constructor.