Thrown when the "verifier" detects that a class file,
though well formed, contains some sort of internal inconsistency
or security problem.
author: unascribed version: 1.10, 02/02/00 since: JDK1.0
Constructor Summary
public
VerifyError() Constructs an VerifyError with no detail message.
public
VerifyError(String s) Constructs an VerifyError with the specified detail message.