CarryDnaeError

public class CarryDnaeError
extends Object

java.lang.Object
   ↳ com.android.tradefed.testtype.junit4.CarryDnaeError


Internal ERROR(/RuntimeException) to carry DeviceNotAvailableException through the JUnit4 framework.

Summary

Public constructors

CarryDnaeError(DeviceNotAvailableException e)

Public methods

DeviceNotAvailableException getDeviceNotAvailableException()

Returns the DeviceNotAvailableException carried by this wrapper.

Public constructors

CarryDnaeError

public CarryDnaeError (DeviceNotAvailableException e)

Parameters
e DeviceNotAvailableException

Public methods

getDeviceNotAvailableException

public DeviceNotAvailableException getDeviceNotAvailableException ()

Returns the DeviceNotAvailableException carried by this wrapper.

Returns
DeviceNotAvailableException