Added in API level 26
ProviderMismatchException
open class ProviderMismatchException : IllegalArgumentException
kotlin.Any | |||||
↳ | kotlin.Throwable | ||||
↳ | java.lang.Exception | ||||
↳ | java.lang.RuntimeException | ||||
↳ | java.lang.IllegalArgumentException | ||||
↳ | java.nio.file.ProviderMismatchException |
Unchecked exception thrown when an attempt is made to invoke a method on an object created by one file system provider with a parameter created by a different file system provider.
Summary
Public constructors | |
---|---|
Constructs an instance of this class. |
|
ProviderMismatchException(msg: String!) Constructs an instance of this class. |
Public constructors
ProviderMismatchException
Added in API level 26
ProviderMismatchException()
Constructs an instance of this class.
ProviderMismatchException
Added in API level 26
ProviderMismatchException(msg: String!)
Constructs an instance of this class.
Parameters | |
---|---|
msg |
String!: the detail message |