com.android.builder.testing.api
Class TestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.android.builder.testing.api.TestException
All Implemented Interfaces:
java.io.Serializable

@Beta
public class TestException
extends java.lang.Exception

Exception thrown during test actions.

See Also:
Serialized Form

Constructor Summary
TestException(java.lang.Throwable cause)
           
 
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

TestException

public TestException(@NonNull
                     java.lang.Throwable cause)