public class StringIndexOutOfBoundsException extends IndexOutOfBoundsException
| Constructor and Description |
|---|
StringIndexOutOfBoundsException() |
StringIndexOutOfBoundsException(int index) |
StringIndexOutOfBoundsException(String s) |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toStringpublic StringIndexOutOfBoundsException()
public StringIndexOutOfBoundsException(int index)
public StringIndexOutOfBoundsException(String s)
Copyright © 2026. All rights reserved.