Package de.qytera.qtaf.xray.builder
Class XrayJsonImportBuilder.NoXrayTestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.qytera.qtaf.xray.builder.XrayJsonImportBuilder.NoXrayTestException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- XrayJsonImportBuilder
An exception thrown when a test suite did not execute any test marked with
XrayTest.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new exception with a predefined error message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoXrayTestException
public NoXrayTestException()Constructs a new exception with a predefined error message.
-