Packages This Package Prev Next Index
public class java.lang.VerifyError extends java.lang.LinkageError (I-§1.53) { // Constructors public VerifyError(); §1.62.1 public VerifyError(String s); §1.62.2 }Thrown when the "verifier" detects that a class file, though well-formed, contains some sort of internal inconsistency or security problem.
public VerifyError()
public VerifyError(String s)
Packages This Package Prev Next IndexJava API Document (HTML generated by dkramer on April 22, 1996)