Servertec
Foundation Classes
1.3.3 09/04/2005

stec.sfc.Win32
Class ErrorMode

java.lang.Object
  extended by stec.sfc.Win32.ErrorMode

public final class ErrorMode
extends java.lang.Object

Error mode returned by System.setErrorMode()

Since:
1.1.0 11/18/2001

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

DEFAULT

public static final int DEFAULT
The system defaults to displaying all error message boxes.

Set to 0.


NO_FAIL_CRITICAL_ERRORS

public static final int NO_FAIL_CRITICAL_ERRORS
The system does not display a message box for critical-error-handler messages.

Set to SEM_FAILCRITICALERRORS.


NO_ALIGNMENT_FAULT_EXCEPTIONS

public static final int NO_ALIGNMENT_FAULT_EXCEPTIONS
The system does not display a message box for alignment fault exceptions. 64-bit Windows only.

Set to SEM_NOALIGNMENTFAULTEXCEPT.


NO_GP_FAULT_ERRORS

public static final int NO_GP_FAULT_ERRORS
The system does not display a message box for general-protection-fault messages.

Set to SEM_NOGPFAULTERRORBOX.


NO_OPEN_FILE_ERRORS

public static final int NO_OPEN_FILE_ERRORS
The system does not display a message box when it fails to find a file.

Set to SEM_NOOPENFILEERRORBOX.

Constructor Detail

ErrorMode

public ErrorMode()

Servertec
Foundation Classes
1.3.3 09/04/2005

Copyright © 2001-2005 Servertec. All rights reserved.