Searched defs:InflateException (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DInflateException.java22 public class InflateException extends RuntimeException { class in inherits:RuntimeException
24 public InflateException() { method in class:InflateException
28 public InflateException(String detailMessage, Throwable throwable) { method in class:InflateException
32 public InflateException(String detailMessage) { method in class:InflateException
36 public InflateException(Throwable throwable) { method in class:InflateException

Completed in 2937 milliseconds