com.esri.arcgis.server
Interface esriServerExceptionHandlingMode

All Superinterfaces:
java.io.Serializable

public interface esriServerExceptionHandlingMode
extends java.io.Serializable

Constants from esriServerExceptionHandlingMode' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriServer.olb'

Description: 'Exception handling modes.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static int esriServerExceptionHandlingMode_Dump
          Generate a dump file if an exception occurs.
static int esriServerExceptionHandlingMode_ExitOnException
          Exit process if an exception occurs.
static int esriServerExceptionHandlingMode_ExitOnExceptionAndDump
          Exit process and generate a dump file if an exception occurs.
static int esriServerExceptionHandlingMode_Normal
          Do not handle exceptions.
 

Field Detail

esriServerExceptionHandlingMode_Normal

static final int esriServerExceptionHandlingMode_Normal
Do not handle exceptions.

See Also:
Constant Field Values

esriServerExceptionHandlingMode_ExitOnException

static final int esriServerExceptionHandlingMode_ExitOnException
Exit process if an exception occurs.

See Also:
Constant Field Values

esriServerExceptionHandlingMode_ExitOnExceptionAndDump

static final int esriServerExceptionHandlingMode_ExitOnExceptionAndDump
Exit process and generate a dump file if an exception occurs.

See Also:
Constant Field Values

esriServerExceptionHandlingMode_Dump

static final int esriServerExceptionHandlingMode_Dump
Generate a dump file if an exception occurs.

See Also:
Constant Field Values