Class RunFailureException

  • All Implemented Interfaces:
    Serializable

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

      • RunFailureException

        public RunFailureException​(String message,
                                   String type)
      • RunFailureException

        public RunFailureException​(String type,
                                   Throwable cause)
    • Method Detail

      • getType

        public String getType()