Home
last modified time | relevance | path

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

/external/okio/okio/src/jvmMain/kotlin/okio/
D-Platform.kt25 actual typealias ArrayIndexOutOfBoundsException = java.lang.ArrayIndexOutOfBoundsException in toUtf8String() typealias
/external/okio/okio/src/commonMain/kotlin/okio/
D-Platform.kt24 expect class ArrayIndexOutOfBoundsException(message: String?) : IndexOutOfBoundsException in toUtf8String() class
/external/okio/okio/src/nonJvmMain/kotlin/okio/
D-Platform.kt26 actual open class ArrayIndexOutOfBoundsException actual constructor( in toUtf8String() class