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

VerifyError

Added in API level 1
VerifyError()

Constructs an VerifyError with no detail message.

VerifyError

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

Constructs an VerifyError with the specified detail message.

Parameters
s String!: the detail message.