Class TestEngineFailedException

  • All Implemented Interfaces:
    Serializable

    public class TestEngineFailedException
    extends RuntimeException
    Custom RuntimeException thrown if test run failed, because some tests were not successful.
    Since:
    2007
    Author:
    Christoph Deppisch
    See Also:
    Serialized Form
    • Constructor Detail

      • TestEngineFailedException

        public TestEngineFailedException()
        Default constructor.
      • TestEngineFailedException

        public TestEngineFailedException​(String message)
        Constructor using fields.
        Parameters:
        message -
      • TestEngineFailedException

        public TestEngineFailedException​(Throwable cause)
        Constructor using fields.
        Parameters:
        cause -
      • TestEngineFailedException

        public TestEngineFailedException​(String message,
                                         Throwable cause)
        Constructor using fields.
        Parameters:
        message -
        cause -