Packages This Package Prev Next Index
public class java.lang.VerifyError extends java.lang.LinkageError (§1.51) { public VerifyError(); §1.60.1 public VerifyError(String s); §1.60.2 }The Java runtime throws an instance of this class if a class, when being resolved (§1.4.5), fails a specific test called the “verifier.” The verifier ensures that there are no security violations in the actual implementation of the methods.
public VerifyError()
VerifyError
public VerifyError(String s)
Packages This Package Prev Next IndexJava API Document (HTML generated by dkramer on April 22, 1996)