Class RunFailureException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.plugins.invoker.RunFailureException
All Implemented Interfaces:
Serializable

public class RunFailureException extends Exception
Provide an error during test invocation.
Author:
Slawomir Jaranowski
See Also:
  • Constructor Details

    • RunFailureException

      public RunFailureException(String message, String type)
    • RunFailureException

      public RunFailureException(String type, Throwable cause)
    • RunFailureException

      public RunFailureException(String message, String type, Throwable cause)
  • Method Details

    • getType

      public String getType()