Class BugReport

java.lang.Object
scriptella.tools.launcher.BugReport

public class BugReport extends Object
Represents bug report for unexpected conditions.
Version:
1.0
Author:
Fyodor Kupolov
  • Constructor Details

    • BugReport

      public BugReport(Throwable throwable)
      Creates bug report for throwable.
      Parameters:
      throwable -
  • Method Details

    • isPossibleBug

      public static boolean isPossibleBug(Throwable throwable)
      Parameters:
      throwable -
      Returns:
      true if throwable is likely to be caused by bug
    • toString

      public String toString()
      Overrides:
      toString in class Object
      Returns:
      report content.