| java.lang.Object org.acm.seguin.awt.ExceptionPrinter
All known Subclasses: org.acm.seguin.awt.GUIExceptionPrinter, org.acm.seguin.awt.TextExceptionPrinter,
ExceptionPrinter | public ExceptionPrinter()(Code) | | Constructor for the ExceptionPrinter object
since: 2.6.33 |
getExceptionsPrinted | public static int getExceptionsPrinted()(Code) | | Gets the exceptionsPrinted attribute of the ExceptionPrinter class
The exceptionsPrinted value since: 2.6.33 |
print | public static void print(Throwable exc, boolean interactive)(Code) | | Prints exceptions
Parameters: exc - the exception to be printed Parameters: interactive - Is this interactive since: 2.6.33 |
printException | abstract public void printException(Throwable exc, boolean interactive)(Code) | | Prints exceptions
Parameters: exc - the exception to be printed Parameters: interactive - Description of the Parameter since: 2.6.33 |
register | public static void register(ExceptionPrinter printer)(Code) | | Description of the Method
Parameters: printer - Description of the Parameter since: 2.6.33 |
|
|