Package org.mockito.exceptions.misusing
Class CannotStubVoidMethodWithReturnValue
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.mockito.exceptions.base.MockitoException
-
- org.mockito.exceptions.misusing.CannotStubVoidMethodWithReturnValue
-
- All Implemented Interfaces:
java.io.Serializable
public class CannotStubVoidMethodWithReturnValue extends MockitoException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CannotStubVoidMethodWithReturnValue(java.lang.String message)
-
Method Summary
-
Methods inherited from class org.mockito.exceptions.base.MockitoException
getUnfilteredStackTrace
-
-