鴻蒙OS IndexOutOfBoundsException

2022-05-31 16:47 更新

IndexOutOfBoundsException

java.lang.Object

|---java.lang.Throwable

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

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

|---|---|---|---java.lang.IndexOutOfBoundsException

  1. public class IndexOutOfBoundsException
  2. extends RuntimeException

拋出以指示某種索引(例如數(shù)組、字符串或向量)超出范圍。

應(yīng)用程序可以對(duì)此類(lèi)進(jìn)行子類(lèi)化以指示類(lèi)似的異常。

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

構(gòu)造函數(shù) 描述
IndexOutOfBoundsException() 構(gòu)造一個(gè)沒(méi)有詳細(xì)消息的 IndexOutOfBoundsException。
IndexOutOfBoundsException(String s) 使用指定的詳細(xì)消息構(gòu)造 IndexOutOfBoundsException。

方法總結(jié)

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

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

IndexOutOfBoundsException

public IndexOutOfBoundsException()

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

IndexOutOfBoundsException

public IndexOutOfBoundsException(String s)

使用指定的詳細(xì)消息構(gòu)造 IndexOutOfBoundsException。

參數(shù):

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

掃描二維碼

下載編程獅App

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

編程獅公眾號(hào)