Class MockException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.helger.commons.exception.mock.MockException
-
- All Implemented Interfaces:
IMockException,Serializable
public class MockException extends Exception implements IMockException
Non-runtime exception for test cases.- Author:
- Philip Helger
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MockException()MockException(String s)MockException(String s, Throwable t)MockException(Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-