Class RunFailureException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      RunFailureException​(java.lang.String message, java.lang.String type)  
      RunFailureException​(java.lang.String message, java.lang.String type, java.lang.Throwable cause)  
      RunFailureException​(java.lang.String type, java.lang.Throwable cause)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getType()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RunFailureException

        public RunFailureException​(java.lang.String message,
                                   java.lang.String type)
      • RunFailureException

        public RunFailureException​(java.lang.String type,
                                   java.lang.Throwable cause)
      • RunFailureException

        public RunFailureException​(java.lang.String message,
                                   java.lang.String type,
                                   java.lang.Throwable cause)
    • Method Detail

      • getType

        public java.lang.String getType()