加载中...
The Wayback Machine - https://sup1a9wrlpyh5li9ro.vcoronado.top/web/20090303145508/http://developer.android.com:80/reference/java/lang/LinkageError.html
public class

LinkageError

extends Error
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Error
       ↳ java.lang.LinkageError
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

This class is the superclass of all classes which represent errors that occur when loading and linking class files.

See Also

Summary

Public Constructors
LinkageError()
Constructs a new instance of this class with its walkback filled in.
LinkageError(String detailMessage)
Constructs a new instance of this class with its walkback and message filled in.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public LinkageError ()

Constructs a new instance of this class with its walkback filled in.

public LinkageError (String detailMessage)

Constructs a new instance of this class with its walkback and message filled in.

Parameters
detailMessage String The detail message for the exception.