com.android.build.api.transform
Class TransformException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.android.build.api.transform.TransformException
All Implemented Interfaces:
Serializable

@Beta
public class TransformException
extends Exception

An exception during the execution of a Transform.

This API is non final and is subject to change. We are looking for feedback, and will attempt to stabilize it in the 1.6 time frame.

See Also:
Serialized Form

Constructor Summary
TransformException(String s)
           
TransformException(Throwable throwable)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransformException

public TransformException(Throwable throwable)

TransformException

public TransformException(String s)