|
Servertec Foundation Classes 1.3.3 09/04/2005 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectstec.sfc.Win32.ErrorMode
public final class ErrorMode
Error mode returned by System.setErrorMode()
| Field Summary | |
|---|---|
static int |
DEFAULT
The system defaults to displaying all error message boxes. |
static int |
NO_ALIGNMENT_FAULT_EXCEPTIONS
The system does not display a message box for alignment fault exceptions. |
static int |
NO_FAIL_CRITICAL_ERRORS
The system does not display a message box for critical-error-handler messages. |
static int |
NO_GP_FAULT_ERRORS
The system does not display a message box for general-protection-fault messages. |
static int |
NO_OPEN_FILE_ERRORS
The system does not display a message box when it fails to find a file. |
| Constructor Summary | |
|---|---|
ErrorMode()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int DEFAULT
Set to 0.
public static final int NO_FAIL_CRITICAL_ERRORS
Set to SEM_FAILCRITICALERRORS.
public static final int NO_ALIGNMENT_FAULT_EXCEPTIONS
Set to SEM_NOALIGNMENTFAULTEXCEPT.
public static final int NO_GP_FAULT_ERRORS
Set to SEM_NOGPFAULTERRORBOX.
public static final int NO_OPEN_FILE_ERRORS
Set to SEM_NOOPENFILEERRORBOX.
| Constructor Detail |
|---|
public ErrorMode()
|
Servertec Foundation Classes 1.3.3 09/04/2005 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2001-2005 Servertec. All rights reserved.