public final class OutOfFileHandlesDialog
extends java.lang.Object
| Constructor and Description | 
|---|
OutOfFileHandlesDialog()  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
finishTesting()
Finish testing the dialog. 
 | 
static boolean | 
isOutOfFileHandlesError(java.lang.Throwable t)
Determine whether a  
Throwable is caused by the process running out
 of file handles. | 
static void | 
show()
Show an error dialog informing the user that we have run out of file
 handles. 
 | 
static void | 
startTesting()
Start testing the dialog. 
 | 
public static void show()
public static boolean isOutOfFileHandlesError(java.lang.Throwable t)
Throwable is caused by the process running out
 of file handles.t - the Throwabletrue if the Throwable is caused by the process
   running out of file handles, false otherwisepublic static void startTesting()
public static void finishTesting()