Home
last modified time | relevance | path

Searched defs:VerifyException (Results 1 – 2 of 2) sorted by relevance

/external/guava/android/guava/src/com/google/common/base/
DVerifyException.java29 public class VerifyException extends RuntimeException { class
31 public VerifyException() {} in VerifyException() method in VerifyException
34 public VerifyException(@CheckForNull String message) { in VerifyException() method in VerifyException
44 public VerifyException(@CheckForNull Throwable cause) { in VerifyException() method in VerifyException
54 public VerifyException(@CheckForNull String message, @CheckForNull Throwable cause) { in VerifyException() method in VerifyException
/external/guava/guava/src/com/google/common/base/
DVerifyException.java29 public class VerifyException extends RuntimeException { class
31 public VerifyException() {} in VerifyException() method in VerifyException
34 public VerifyException(@CheckForNull String message) { in VerifyException() method in VerifyException
44 public VerifyException(@CheckForNull Throwable cause) { in VerifyException() method in VerifyException
54 public VerifyException(@CheckForNull String message, @CheckForNull Throwable cause) { in VerifyException() method in VerifyException