Most visited

Recently visited

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, Throwable throwable)
InflateException(String detailMessage)
InflateException(Throwable throwable)

Inherited methods

From class java.lang.Throwable
From class java.lang.Object

Public constructors

InflateException

Added in API level 1
InflateException ()

InflateException

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

Parameters
detailMessage String
throwable Throwable

InflateException

Added in API level 1
InflateException (String detailMessage)

Parameters
detailMessage String

InflateException

Added in API level 1
InflateException (Throwable throwable)

Parameters
throwable Throwable

Hooray!