scriptella.tools.launcher
Class BugReport

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

public class BugReport
extends java.lang.Object

Represents bug report for unexpected conditions.

Version:
1.0
Author:
Fyodor Kupolov

Constructor Summary
BugReport(java.lang.Throwable throwable)
          Creates bug report for throwable.
 
Method Summary
static boolean isPossibleBug(java.lang.Throwable throwable)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BugReport

public BugReport(java.lang.Throwable throwable)
Creates bug report for throwable.

Parameters:
throwable -
Method Detail

isPossibleBug

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

toString

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


Copyright © Copyright 2006-2009 The Scriptella Project Team.