|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectecologylab.generic.Debug
ecologylab.appframework.OutOfMemoryErrorHandler
public class OutOfMemoryErrorHandler
Handle running out of memory. Basically, inform the user, ask if they wish to save, then exit combinformation.
| Method Summary | |
|---|---|
static void |
handleException(java.lang.OutOfMemoryError e)
Call to register that an exception has ocurred. |
static void |
registerHandler(ExceptionHandler exceptionHandler)
Register an ExceptionHandler for callback when an exception is thrown |
static void |
registerObjectRegistry(Scope oRegistry)
|
| Methods inherited from class ecologylab.generic.Debug |
|---|
classSimpleName, closeLoggingFile, debug, debug, debug, debug, debugA, debugA, debugA, debugI, debugI, debugI, error, error, getClassName, getClassName, getInteractive, getPackageName, getPackageName, getPackageName, initialize, level, level, level, logToFile, print, print, println, println, println, println, println, println, printlnA, printlnA, printlnA, printlnI, printlnI, printlnI, printlnI, setLoggingFile, show, show, superString, toggleInteractive, toString, toString, warning, warning, weird, weird |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static void registerObjectRegistry(Scope oRegistry)
public static void registerHandler(ExceptionHandler exceptionHandler)
exceptionHandler - The ExceptionHandler to add.public static void handleException(java.lang.OutOfMemoryError e)
e -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||