Class UnstubbedMethodException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.UnsupportedOperationException
org.opendaylight.yangtools.testutils.mockito.UnstubbedMethodException
- All Implemented Interfaces:
Serializable
Exception to be thrown on unstubbed method calls.
- Author:
- Michael Vorburger
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnstubbedMethodException
(Method method) UnstubbedMethodException
(Method method, Object mockAbstractFakeObject) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnstubbedMethodException
-
UnstubbedMethodException
-