- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.roscopeco.moxy.api.MoxyException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IllegalMatcherStateException,InconsistentMatchersException,InvalidMockInvocationException,InvalidStubbingException,MatcherUsageError,MockGenerationException,MonitoredInvocationException,PossibleMatcherUsageError
public class MoxyException extends RuntimeException
Base-class for Moxy exceptions.- Since:
- 1.0
- Author:
- Ross Bamford <roscopeco AT gmail DOT com>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MoxyException()MoxyException(String message)MoxyException(String message, Throwable cause)MoxyException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-