Package org.junit.platform.launcher.core
Class DiscoveryIssueException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.junit.platform.commons.JUnitException
-
- org.junit.platform.launcher.core.DiscoveryIssueException
-
- All Implemented Interfaces:
java.io.Serializable
@API(status=MAINTAINED, since="1.13.3") public class DiscoveryIssueException extends org.junit.platform.commons.JUnitExceptionDiscoveryIssueExceptionis an exception that is thrown if an engine reports critical issues during test discovery.- Since:
- 1.13
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description DiscoveryIssueException(java.lang.String message)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-