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