Home
last modified time | relevance | path

Searched defs:StringIndexOutOfBoundsException (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
DStringIndexOutOfBoundsException.java40 class StringIndexOutOfBoundsException extends IndexOutOfBoundsException { class
49 public StringIndexOutOfBoundsException() { in StringIndexOutOfBoundsException() method in StringIndexOutOfBoundsException
59 public StringIndexOutOfBoundsException(String s) { in StringIndexOutOfBoundsException() method in StringIndexOutOfBoundsException
69 public StringIndexOutOfBoundsException(int index) { in StringIndexOutOfBoundsException() method in StringIndexOutOfBoundsException
78 StringIndexOutOfBoundsException(String s, int index) { in StringIndexOutOfBoundsException() method in StringIndexOutOfBoundsException
86 StringIndexOutOfBoundsException(int sourceLength, int index) { in StringIndexOutOfBoundsException() method in StringIndexOutOfBoundsException
94 StringIndexOutOfBoundsException(String s, int offset, int count) { in StringIndexOutOfBoundsException() method in StringIndexOutOfBoundsException
102 StringIndexOutOfBoundsException(int sourceLength, int offset, in StringIndexOutOfBoundsException() method in StringIndexOutOfBoundsException