Package com.google.common.truth
Class FailureStrategy.ThrowableAssertionError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- java.lang.AssertionError
-
- com.google.common.truth.FailureStrategy.ThrowableAssertionError
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FailureStrategy
@Deprecated public static class FailureStrategy.ThrowableAssertionError extends AssertionError
Deprecated.UseAssertionError
instead.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ThrowableAssertionError(String message, Throwable throwable)
Deprecated.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-