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:
java.io.Serializable
- Enclosing class:
- FailureStrategy
@Deprecated public static class FailureStrategy.ThrowableAssertionError extends java.lang.AssertionError
Deprecated.UseAssertionError
instead.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ThrowableAssertionError(java.lang.String message, java.lang.Throwable throwable)
Deprecated.
-