java.lang
public class VerifyError extends LinkageError
VerifyError is thrown if there is a security problem or
 internal inconsistency in a class file as detected by the "verifier."
UNKNOWN: updated to 1.4
| Constructor Summary | |
|---|---|
| VerifyError() 
 Create an error without a message.  | |
| VerifyError(String s) 
 Create an error with a message.
  | |
Parameters: s the message