abbot
Class BugReport

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by abbot.BugReport
All Implemented Interfaces:
Version, Serializable

public class BugReport
extends Error
implements Version

Exception for reporting unexpected situations in the program. Automatically generates a message suitable for posting in a bug report.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface abbot.Version
VERSION
 
Constructor Summary
BugReport(String error)
           
BugReport(String error, Throwable thr)
           
 
Method Summary
static String getSystemInfo()
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BugReport

public BugReport(String error)

BugReport

public BugReport(String error,
                 Throwable thr)
Method Detail

getSystemInfo

public static String getSystemInfo()

toString

public String toString()
Overrides:
toString in class Throwable


Copyright © 2002-2008 Timothy Wall. All Rights Reserved.
Abbot is hosted on

SourceForge