Packages  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.


Constructors

VerifyError
public VerifyError()
Constructs an VerifyError with no detail message.

VerifyError
public VerifyError(String s)
Constructs an VerifyError with the specified detail message.


Packages  This Package  Prev  Next  Index
Java API Document (HTML generated by dkramer on April 22, 1996)
Copyright © 1996 Sun Microsystems, Inc. All rights reserved
Please send any comments or corrections to doug.kramer@sun.com