TOC This Package Prev Next Index
§1.60 Class VerifyError
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.
VerifyError
public VerifyError()
- Constructs an
VerifyError with no detail message.
VerifyError
public VerifyError(String s)
- Constructs an
VerifyError with the specified detail message.
TOC This Package Prev Next Index
Java API Document
Last edited by dkramer on April 11, 1996
Copyright © 1996 Sun Microsystems, Inc.
Send any comments or corrections to dkramer@sun.com