鴻蒙OS StringIndexOutOfBoundsException

2022-06-01 17:17 更新

StringIndexOutOfBoundsException

java.lang.Object

|---java.lang.Throwable

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

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

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

|---|---|---|---|---java.lang.StringIndexOutOfBoundsException

public class StringIndexOutOfBoundsException
extends IndexOutOfBoundsException

由 String 方法拋出以指示索引為負(fù)數(shù)或大于字符串的大小。 對(duì)于某些方法,例如 charAt 方法,當(dāng)索引等于字符串的大小時(shí)也會(huì)引發(fā)此異常。

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

構(gòu)造函數(shù) 描述
StringIndexOutOfBoundsException() 構(gòu)造一個(gè)沒有詳細(xì)消息的 StringIndexOutOfBoundsException。
StringIndexOutOfBoundsException(int index) 使用指示非法索引的參數(shù)構(gòu)造一個(gè)新的 StringIndexOutOfBoundsException 類。
StringIndexOutOfBoundsException(String s) 使用指定的詳細(xì)消息構(gòu)造 StringIndexOutOfBoundsException。

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

StringIndexOutOfBoundsException

public StringIndexOutOfBoundsException()

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

StringIndexOutOfBoundsException

public StringIndexOutOfBoundsException(String s)

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

參數(shù):

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

StringIndexOutOfBoundsException

public StringIndexOutOfBoundsException(int index)

使用指示非法索引的參數(shù)構(gòu)造一個(gè)新的 StringIndexOutOfBoundsException 類。

參數(shù):

參數(shù)名稱 參數(shù)描述
index 非法索引。
以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

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

編程獅公眾號(hào)