鴻蒙OS ArithmeticException

2022-05-31 15:45 更新

ArithmeticException

java.lang.Object

|---java.lang.Throwable

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

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

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

public class ArithmeticException
extends RuntimeException

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

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

構(gòu)造函數(shù) 描述
ArithmeticException() 構(gòu)造一個沒有詳細消息的 ArithmeticException。
ArithmeticException(String s) 構(gòu)造帶有指定詳細消息的 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ù)詳細信息

ArithmeticException

public ArithmeticException()

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

ArithmeticException

public ArithmeticException(String s)

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

參數(shù):

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

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號