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

NoClassDefFoundError

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

Class Overview

Thrown when the VM is unable to locate a class which it has been asked to load.

Summary

Public Constructors
NoClassDefFoundError()
Constructs a new NoClassDefFoundError that includes the current stack trace.
NoClassDefFoundError(String detailMessage)
Constructs a new NoClassDefFoundError with the current stack trace and the specified detail message.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public NoClassDefFoundError ()

Since: API Level 1

Constructs a new NoClassDefFoundError that includes the current stack trace.

public NoClassDefFoundError (String detailMessage)

Since: API Level 1

Constructs a new NoClassDefFoundError with the current stack trace and the specified detail message.

Parameters
detailMessage the detail message for this error.