TransformException

open 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

<init>(throwable: Throwable!)

<init>(message: String!, cause: Throwable!)

Public constructors

<init>

TransformException(throwable: Throwable!)

<init>

TransformException(s: String!)

<init>

TransformException(
    message: String!,
    cause: Throwable!)