# Print output for @column tags ?> VerifyError - Android SDK | Android Developers

Most visited


Recently visited


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

Public constructors


VerifyError

public VerifyError ()

Constructs an VerifyError with no detail message.

VerifyError

public VerifyError (String s)

Constructs an VerifyError with the specified detail message.

Parameters
s String: the detail message.