Class Truth.SimpleAssertionError

java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.AssertionError
com.google.common.truth.Truth.SimpleAssertionError
All Implemented Interfaces:
Serializable
Enclosing class:
Truth

static final class Truth.SimpleAssertionError extends AssertionError
An AssertionError that (a) always supports a cause, even under old versions of Android and (b) omits "java.lang.AssertionError:" from the beginning of its toString() representation.