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

Most visited


Recently visited


LinkageError

public class LinkageError
extends Error

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Error
       ↳ java.lang.LinkageError


Subclasses of LinkageError indicate that a class has some dependency on another class; however, the latter class has incompatibly changed after the compilation of the former class.

Summary


Public constructors

LinkageError()

Constructs a LinkageError with no detail message.

LinkageError(String s)

Constructs a LinkageError with the specified detail message.

LinkageError(String s, Throwable cause)

Constructs a LinkageError with the specified detail message and cause.

Inherited methods

Public constructors


LinkageError

public LinkageError ()

Constructs a LinkageError with no detail message.

LinkageError

public LinkageError (String s)

Constructs a LinkageError with the specified detail message.

Parameters
s String: the detail message.

LinkageError

public LinkageError (String s, 
                Throwable cause)

Constructs a LinkageError with the specified detail message and cause.

Parameters
s String: the detail message.

cause Throwable: the cause, may be null

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.