abbot
Class BugReport

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--abbot.BugReport
All Implemented Interfaces:
Serializable

public class BugReport
extends Error

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

See Also:
Serialized Form

Constructor Summary
BugReport(String error)
           
BugReport(String error, Throwable thr)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
 
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

toString

public String toString()
Overrides:
toString in class Throwable


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

SourceForge