Packages  This Package  Prev  Next  Index  

§1.62 Class VerifyError

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.


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