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!, throwable: Throwable!) |
|
InflateException(detailMessage: String!) |
|
InflateException(throwable: Throwable!) |
Public constructors
InflateException
Added in API level 1
InflateException(
detailMessage: String!,
throwable: Throwable!)