Added in API level 1
InflateException
open class InflateException : RuntimeException
| kotlin.Any | ||||
| ↳ | kotlin.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | java.lang.RuntimeException | |||
| ↳ | android.view.InflateException |
This exception is thrown by an inflater on error conditions.
Summary
| Public constructors |
|---|
InflateException(detailMessage: String!) |
InflateException(detailMessage: String!, throwable: Throwable!) |
InflateException(throwable: Throwable!) |
Public constructors
InflateException
Added in API level 1
InflateException(
detailMessage: String!,
throwable: Throwable!)