Package io.github.artsok.internal
Class RepeatedIfException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.github.artsok.internal.RepeatedIfException
-
- All Implemented Interfaces:
Serializable
public class RepeatedIfException extends RuntimeException
Custom exception of rerunner-jupiter extension.- Author:
- Artem Sokovets
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RepeatedIfException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RepeatedIfException
public RepeatedIfException(String message)
-
-