Class UnstubbedMethodException

All Implemented Interfaces:
Serializable

public class UnstubbedMethodException extends UnsupportedOperationException
Exception to be thrown on unstubbed method calls.
Author:
Michael Vorburger
See Also:
  • Constructor Details

    • UnstubbedMethodException

      public UnstubbedMethodException(Method method)
    • UnstubbedMethodException

      public UnstubbedMethodException(Method method, Object mockAbstractFakeObject)