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