public class java.lang
VerifyError


Show All Login
Java SE 6
  
Extends: Throwable > Error > LinkageError
Details
Thrown when the "verifier" detects that a class file, though well formed, contains some sort of internal inconsistency or security problem.
version1.14, 11/17/05
sinceJDK1.0

Constructors
public VerifyError()
Constructs an VerifyError with no detail message.
public VerifyError(String s) Details
Constructs an VerifyError with the specified detail message.
sthe detail message.