Package org.opendaylight.mockito
Class UnstubbedMethodException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opendaylight.mockito.UnstubbedMethodException
- All Implemented Interfaces:
Serializable
Exception to be thrown on unstubbed method call.
- 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
-
UnstubbedMethodException
Default constructor.- Parameters:
message- detail message
-