日韩无码专区无码一级三级片|91人人爱网站中日韩无码电影|厨房大战丰满熟妇|AV高清无码在线免费观看|另类AV日韩少妇熟女|中文日本大黄一级黄色片|色情在线视频免费|亚洲成人特黄a片|黄片wwwav色图欧美|欧亚乱色一区二区三区

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

新聞中心

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

ArithmeticException

java.lang.Object

|---java.lang.Throwable

|---|---java.lang.Exception

|---|---|---java.lang.RuntimeException

|---|---|---|---java.lang.ArithmeticException

public class ArithmeticException
extends RuntimeException

發(fā)生異常算術(shù)條件時(shí)拋出。 例如,一個(gè)整數(shù)“除以零”會(huì)拋出這個(gè)類的一個(gè)實(shí)例。 虛擬機(jī)可以像 Throwable#Throwable(String, Throwable, boolean, boolean) 一樣構(gòu)造 ArithmeticException 對(duì)象。

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

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

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

ArithmeticException

public ArithmeticException()

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

ArithmeticException

public ArithmeticException(String s)

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

參數(shù):

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

分享題目:創(chuàng)新互聯(lián)鴻蒙OS教程:鴻蒙OSArithmeticException
文章起源:http://www.5511xx.com/article/dhigeih.html