Google is committed to advancing racial equity for Black communities. See how.
Added in API level 1

VerifyError

open class VerifyError : LinkageError
kotlin.Any
   ↳ kotlin.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.

Summary

Public constructors

Constructs an VerifyError with no detail message.

Constructs an VerifyError with the specified detail message.

Public constructors

<init>

Added in API level 1
VerifyError()

Constructs an VerifyError with no detail message.

<init>

Added in API level 1
VerifyError(s: String!)

Constructs an VerifyError with the specified detail message.

Parameters
s String!: the detail message.