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!)

Public constructors

InflateException

Added in API level 1
InflateException()

InflateException

Added in API level 1
InflateException(
    detailMessage: String!,
    throwable: Throwable!)

InflateException

Added in API level 1
InflateException(detailMessage: String!)

InflateException

Added in API level 1
InflateException(throwable: Throwable!)