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

UnsupportedClassVersionError

extends ClassFormatError
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Error
       ↳ java.lang.LinkageError
         ↳ java.lang.ClassFormatError
           ↳ java.lang.UnsupportedClassVersionError

Class Overview

This error is thrown when an attempt is made to load a class with a format version that is not supported by the VM.

Summary

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

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

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