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

IncompatibleClassChangeError

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

Class Overview

This class is the superclass of all classes which represent errors which occur when inconsistant class files are loaded into the same running image.

See Also

Summary

Public Constructors
IncompatibleClassChangeError()
Constructs a new instance of this class with its walkback filled in.
IncompatibleClassChangeError(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 IncompatibleClassChangeError ()

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

public IncompatibleClassChangeError (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.