java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.io.ObjectStreamException
org.mockito.exceptions.base.MockitoSerializationIssue
- All Implemented Interfaces:
Serializable
Raised by mockito to emit an error either due to Mockito, or due to the User.
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.
- Since:
- 1.10.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MockitoSerializationIssue
-
-
Method Details
-
getUnfilteredStackTrace
-