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
with no detail message.
public VerifyError(String s)
VerifyError
with the specified detail message.
Packages This Package Prev Next IndexJava API Document (HTML generated by dkramer on April 22, 1996)