鴻蒙OS ClassFormatError

2022-06-01 17:59 更新

ClassFormatError

java.lang.Object

|---java.lang.Throwable

|---|---java.lang.Error

|---|---|---java.lang.LinkageError

|---|---|---|---java.lang.ClassFormatError

public class ClassFormatError
extends LinkageError

當(dāng) Java 虛擬機(jī)嘗試讀取類文件并確定該文件格式錯(cuò)誤或無法解釋為類文件時(shí)拋出。

構(gòu)造函數(shù)摘要

構(gòu)造函數(shù) 描述
ClassFormatError() 構(gòu)造一個(gè)沒有詳細(xì)消息的 ClassFormatError。
ClassFormatError(String s) 構(gòu)造帶有指定詳細(xì)消息的 ClassFormatError。

方法總結(jié)

從類 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
從類 java.lang.Throwable 繼承的方法
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

構(gòu)造函數(shù)詳細(xì)信息

ClassFormatError

public ClassFormatError()

構(gòu)造一個(gè)沒有詳細(xì)消息的 ClassFormatError。

ClassFormatError

public ClassFormatError(String s)

構(gòu)造帶有指定詳細(xì)消息的 ClassFormatError。

參數(shù):

參數(shù)名稱 參數(shù)描述
s 詳細(xì)信息。
以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)