Android Developers Develop API reference Stay organized with collections Save and categorize content based on your preferences. TransformException class TransformException : Exception kotlin.Any ↳ kotlin.Throwable ↳ java.lang.Exception ↳ com.android.build.api.transform.TransformException An exception during the execution of a Transform. Summary Public constructors TransformException(throwable: Throwable!) TransformException(s: String!) TransformException(message: String!, cause: Throwable!) Inherited functions From class java.lang.Throwable synchronized Unit addSuppressed(exception: Throwable!) synchronized Throwable! fillInStackTrace() synchronized Throwable! getCause() String! getLocalizedMessage() String! getMessage() Array<StackTraceElement!>! getStackTrace() synchronized Array<Throwable!>! getSuppressed() synchronized Throwable! initCause(cause: Throwable!) Unit printStackTrace() Unit setStackTrace(stackTrace: Array<StackTraceElement!>!) String! toString() Public constructors TransformException TransformException(throwable: Throwable!) TransformException TransformException(s: String!) TransformException TransformException(message: String!, cause: Throwable!)