Class Failure


  • public class Failure
    extends Object
    This class is the failure object in the report generating tool setup.
    • Constructor Detail

      • Failure

        public Failure​(Node node)
        Creates an instance of Failure object.
        Parameters:
        node - Failure Document Object Model Node.
    • Method Detail

      • getStackTrace

        public String getStackTrace()
        Returns stack trace of the failure.
        Returns:
        stack trace of the failure.