ExitOnFirstFatalError (DxlExporter - Java)

Read-write. Indicates that processing should terminate if any fatal error is encountered.

Defined in

DxlExporter

Data type

boolean

Syntax

public boolean getExitOnFirstFatalError()
    throws NotesException
public void setExitOnFirstFatalError(boolean flag)
    throws NotesException

Legal values

  • true (default) to terminate processing
  • false to continue processing after a fatal processing error

Language cross-reference

ExitOnFirstFatalError property in LotusScript® NotesXMLProcessor class