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