FileDocCategorySizeDatePackage
InflateException.javaAPI DocAndroid 5.1 API485Sat Mar 14 14:09:44 GMT 2015android.view

InflateException

public class InflateException extends RuntimeException

Fields Summary
Constructors Summary
public InflateException()

 throw new RuntimeException("Stub!"); 
public InflateException(String detailMessage, Throwable throwable)

 throw new RuntimeException("Stub!"); 
public InflateException(String detailMessage)

 throw new RuntimeException("Stub!"); 
public InflateException(Throwable throwable)

 throw new RuntimeException("Stub!"); 
Methods Summary