InjectEventSecurityException

public final class InjectEventSecurityException
extends Exception implements EspressoException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ android.support.test.espresso.InjectEventSecurityException


检查 异常表明事件注入失败,并显示 SecurityException

Summary

Public constructors

InjectEventSecurityException(String message)
InjectEventSecurityException(Throwable cause)
InjectEventSecurityException(String message, Throwable cause)

Inherited methods

From class java.lang.Throwable
From class java.lang.Object

Public constructors

InjectEventSecurityException

InjectEventSecurityException (String message)

Parameters
message String

InjectEventSecurityException

InjectEventSecurityException (Throwable cause)

Parameters
cause Throwable

InjectEventSecurityException

InjectEventSecurityException (String message, 
                Throwable cause)

Parameters
message String
cause Throwable