InflateException | API reference | Android Developers (original) (raw)
open class InflateException : RuntimeException
kotlin.Any | |||
---|---|---|---|
↳ | kotlin.Throwable | ||
↳ | java.lang.Exception | ||
↳ | java.lang.RuntimeException | ||
↳ |
This exception is thrown by an inflater on error conditions.
Summary
Public constructors |
---|
InflateException() |
InflateException(detailMessage: String!) |
InflateException(detailMessage: String!, throwable: Throwable!) |
InflateException(throwable: Throwable!) |
Public constructors
InflateException
InflateException()
InflateException
InflateException(detailMessage: String!)
InflateException
InflateException(
detailMessage: String!,
throwable: Throwable!)
InflateException
InflateException(throwable: Throwable!)
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.