CarryDnaeError
public
class
CarryDnaeError
extends Object
java.lang.Object | |
↳ | com.android.tradefed.testtype.junit4.CarryDnaeError |
Internal RuntimeException
to carry DeviceNotAvailableException
through the JUnit4
framework.
Summary
Public constructors | |
---|---|
CarryDnaeError(DeviceNotAvailableException e)
|
Public methods | |
---|---|
DeviceNotAvailableException
|
getDeviceNotAvailableException()
Returns the |
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 |