java.lang.Object | +----java.lang.Throwable | +----java.lang.Error | +----java.lang.LinkageError | +----java.lang.VerifyError
Thrown when the "verifier" detects that a class file, though well formed, contains some sort of internal inconsistency or security problem.
VerifyError
with no detail message.
VerifyError
with the specified detail message.
public VerifyError()
VerifyError
with no detail message.
public VerifyError(String s)
VerifyError
with the specified detail message.