public final class OutOfFileHandlesUncaughtHandler extends java.lang.Object implements JDevUncaughtExceptionHandler
| Constructor and Description | 
|---|
OutOfFileHandlesUncaughtHandler()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
uncaughtException(java.lang.Thread t, java.lang.Throwable e)
Checks if an uncaught exception was caused by the system running out of available file handles, and if so, displays a dialog asking the user to increase the maximum number of file handles in the system. 
 | 
public boolean uncaughtException(java.lang.Thread t,
                        java.lang.Throwable e)
uncaughtException in interface JDevUncaughtExceptionHandlert - The thread that threw the exceptione - The uncaught exception