|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acm.seguin.awt.ExceptionPrinter
public abstract class ExceptionPrinter
Prints exceptions
Constructor Summary | |
---|---|
ExceptionPrinter()
Constructor for the ExceptionPrinter object |
Method Summary | |
---|---|
static int |
getExceptionsPrinted()
Gets the exceptionsPrinted attribute of the ExceptionPrinter class |
static ExceptionPrinter |
getInstance()
|
static void |
print(java.lang.Throwable exc,
boolean interactive)
Prints exceptions |
abstract void |
printException(java.lang.Throwable exc,
boolean interactive)
Prints exceptions |
static void |
register(ExceptionPrinter printer)
Description of the Method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExceptionPrinter()
Method Detail |
---|
public static ExceptionPrinter getInstance()
public abstract void printException(java.lang.Throwable exc, boolean interactive)
printException
in interface net.sourceforge.jrefactory.factory.ExceptionPrinter
exc
- the exception to be printedinteractive
- Description of the Parameterpublic static int getExceptionsPrinted()
public static void print(java.lang.Throwable exc, boolean interactive)
exc
- the exception to be printedinteractive
- Is this interactivepublic static void register(ExceptionPrinter printer)
printer
- Description of the Parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |