Package org.spockframework.mock
Class CannotInvokeRealMethodException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.spockframework.mock.CannotInvokeRealMethodException
- All Implemented Interfaces:
Serializable
Thrown to indicate that an attempt was made to delegate a method call to
a real object underlying a mock, although no such underlying object exists.
- 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
-
CannotInvokeRealMethodException
-