Package com.google.common.truth
Class Correspondence.StoredException
java.lang.Object
com.google.common.truth.Correspondence.StoredException
- Enclosing class:
- Correspondence<A,
E>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStoredException
(Exception exception, String methodName, List<Object> methodArguments) -
Method Summary
-
Field Details
-
ARGUMENT_JOINER
private static final com.google.common.base.Joiner ARGUMENT_JOINER -
exception
-
methodName
-
methodArguments
-
-
Constructor Details
-
StoredException
-
-
Method Details
-
describe
Returns a String describing the exception stored. This includes a stack trace (except under j2cl, where this is not available). It also has a separator at the end, so that when this appears at the end of anAssertionError
message, the stack trace of the stored exception is distinguishable from the stack trace of theAssertionError
.
-