Name

VerifyError

Synopsis

Signals that a class has not passed the byte-code verification procedures.

java.lang.VerifyError

Figure 10-72. java.lang.VerifyError

public class VerifyError extends LinkageError {
// Public Constructors
     public VerifyError( );  
     public VerifyError(String s);  
}

Get Java in a Nutshell, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.