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-JvmPlatform.kt27 actual typealias ArrayIndexOutOfBoundsException = java.lang.ArrayIndexOutOfBoundsException typealias
/external/okio/okio/src/commonMain/kotlin/okio/
DCommonPlatform.kt27 expect class ArrayIndexOutOfBoundsException(message: String?) : IndexOutOfBoundsException in toUtf8String() class
/external/okio/okio/src/nonJvmMain/kotlin/okio/
DNonJvmPlatform.kt28 actual open class ArrayIndexOutOfBoundsException actual constructor( in toUtf8String() class