VerifyErrorpublic class VerifyError extends LinkageError Thrown when the "verifier" detects that a class file,
though well formed, contains some sort of internal inconsistency
or security problem. |
Constructors Summary |
---|
public VerifyError()Constructs an VerifyError with no detail message.
super();
| public VerifyError(String s)Constructs an VerifyError with the specified detail message.
super(s);
|
|