Most visited


Recently visited


Added in API level 1

VerifyError

public class VerifyError
extends LinkageError

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.

Summary


Public constructors

VerifyError()

Constructs an VerifyError with no detail message.

VerifyError(String s)

Constructs an VerifyError with the specified detail message.

Inherited methods

From class java.lang.Throwable
From class java.lang.Object

Public constructors


VerifyError

Added in API level 1
VerifyError ()

Constructs an VerifyError with no detail message.

VerifyError

Added in API level 1
VerifyError (String s)

Constructs an VerifyError with the specified detail message.

Parameters
s String: the detail message.

Get the latest Android developer news and tips that will help you find success on Google Play.

* Required Fields

Hooray!

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.