public class GenericSignatureFormatError extends ClassFormatError
| Constructor and Description |
|---|
GenericSignatureFormatError()
Constructs a new
GenericSignatureFormatError.
|
GenericSignatureFormatError(String
Constructs a new
GenericSignatureFormatError with the specified message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GenericSignatureFormatError()
GenericSignatureFormatError.
public GenericSignatureFormatError(Stringmessage)
GenericSignatureFormatError with the specified message.
message - the detail message, may be
null