日本综合一区二区|亚洲中文天堂综合|日韩欧美自拍一区|男女精品天堂一区|欧美自拍第6页亚洲成人精品一区|亚洲黄色天堂一区二区成人|超碰91偷拍第一页|日韩av夜夜嗨中文字幕|久久蜜综合视频官网|精美人妻一区二区三区

RELATEED CONSULTING
相關(guān)咨詢
選擇下列產(chǎn)品馬上在線溝通
服務(wù)時間:8:30-17:00
你可能遇到了下面的問題
關(guān)閉右側(cè)工具欄

新聞中心

這里有您想知道的互聯(lián)網(wǎng)營銷解決方案
創(chuàng)新互聯(lián)鴻蒙OS教程:鴻蒙OSVirtualMachineError

VirtualMachineError

java.lang.Object

|---java.lang.Throwable

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

|---|---|---java.lang.VirtualMachineError

public abstract class VirtualMachineError
extends Error

拋出以指示 Java 虛擬機(jī)已損壞或已用完繼續(xù)運(yùn)行所需的資源。

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

構(gòu)造函數(shù) 描述
VirtualMachineError() 構(gòu)造一個沒有詳細(xì)消息的 VirtualMachineError。
VirtualMachineError(String message) 構(gòu)造一個帶有指定詳細(xì)消息的 VirtualMachineError。
VirtualMachineError(String message, Throwable cause) 使用指定的詳細(xì)消息和原因構(gòu)造一個 VirtualMachineError。
VirtualMachineError(Throwable cause) 構(gòu)造一個具有指定原因的 VirtualMachineError 和 (cause==null ? null : cause.toString()) 的詳細(xì)消息(通常包含原因的類和詳細(xì)消息)。

方法總結(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ì)信息

VirtualMachineError

public VirtualMachineError()

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

VirtualMachineError

public VirtualMachineError(String message)

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

參數(shù):

參數(shù)名稱 參數(shù)描述
message 詳細(xì)信息。

VirtualMachineError

public VirtualMachineError(String message, Throwable cause)

使用指定的詳細(xì)消息和原因構(gòu)造一個 VirtualMachineError。

請注意,與原因相關(guān)的詳細(xì)消息不會自動合并到此錯誤的詳細(xì)消息中。

參數(shù):

參數(shù)名稱 參數(shù)描述
message 詳細(xì)消息(保存以供 Throwable.getMessage() 方法稍后檢索)。
cause 原因(由 Throwable.getCause() 方法保存以供以后檢索)。 (允許使用空值,表示原因不存在或未知。)

VirtualMachineError

public VirtualMachineError(Throwable cause)

構(gòu)造一個具有指定原因的 VirtualMachineError 和 (cause==null ? null : cause.toString()) 的詳細(xì)消息(通常包含原因的類和詳細(xì)消息)。

參數(shù):

參數(shù)名稱 參數(shù)描述
cause 原因(由 Throwable.getCause() 方法保存以供以后檢索)。 (允許使用空值,表示原因不存在或未知。)

分享標(biāo)題:創(chuàng)新互聯(lián)鴻蒙OS教程:鴻蒙OSVirtualMachineError
網(wǎng)站URL:http://www.dlmjj.cn/article/djgdsge.html