Android Studio Sign in
Added in API level 1

InflateException


public class InflateException
extends RuntimeException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ android.view.InflateException


This exception is thrown by an inflater on error conditions.

Summary

Public constructors

InflateException()
InflateException(String detailMessage)
InflateException(String detailMessage, Throwable throwable)
InflateException(Throwable throwable)

Inherited methods

Public constructors

InflateException

Added in API level 1
public InflateException ()

InflateException

Added in API level 1
public InflateException (String detailMessage)

Parameters
detailMessage String

InflateException

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

Parameters
detailMessage String

throwable Throwable

InflateException

Added in API level 1
public InflateException (Throwable throwable)

Parameters
throwable Throwable

Morty Proxy This is a proxified and sanitized view of the page, visit original site.