public class BugReport
extends Object
Represents bug report for unexpected conditions.
- Version:
- 1.0
- Author:
- Fyodor Kupolov
-
Constructor Summary
Constructors
Creates bug report for throwable.
-
Method Summary
-
Constructor Details
-
BugReport
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
-