GenericSignatureFormatError
public
class
GenericSignatureFormatError
extends ClassFormatError
| java.lang.Object | |||||
| ↳ | java.lang.Throwable | ||||
| ↳ | java.lang.Error | ||||
| ↳ | java.lang.LinkageError | ||||
| ↳ | java.lang.ClassFormatError | ||||
| ↳ | java.lang.reflect.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.
Summary
Public constructors |
|---|
GenericSignatureFormatError()
Constructs a new |
GenericSignatureFormatError(String message)
Constructs a new |
Inherited methods |
|---|
Public constructors
GenericSignatureFormatError
public GenericSignatureFormatError ()
Constructs a new GenericSignatureFormatError.
GenericSignatureFormatError
public GenericSignatureFormatError (String message)
Constructs a new GenericSignatureFormatError with the
specified message.
| Parameters | |
|---|---|
message |
String: the detail message, may be null |