public class MockitoException
extends java.lang.RuntimeException
The stack trace is filtered from mockito calls if you are using Throwable.getStackTrace()
.
For debugging purpose though you can still access the full stacktrace using getUnfilteredStackTrace()
.
However note that other calls related to the stackTrace will refer to the filter stacktrace.
Constructor and Description |
---|
MockitoException(java.lang.String message) |
MockitoException(java.lang.String message,
java.lang.Throwable t) |
Modifier and Type | Method and Description |
---|---|
java.lang.StackTraceElement[] |
getUnfilteredStackTrace() |