Links
dtSearch Text Retrieval Engine -- Java API
JobErrorInfo Class
Classes | Legend | Members | Methods
Class Hierarchy
public class JobErrorInfo;
File

JobErrorInfo.java

Description

After an indexing, searching, or file conversion job is executed, an IndexJob, SearchJob, or FileConverter will provide a JobErrorInfo object in its Errors property. The JobErrorInfo provides access to any error messages generated during the job.

Group
Methods
Method 
Description 
Returns the first argument of the message. This argument will also appear in the message text but is provided separately for easy access. For example, an "Unable to access index" message would contain the path of the index as the first argument. 
Returns the second argument of the message. 
Returns the message code of the nth message. See Error Codes in the dtSearch Engine help file for information on the meaning of these codes. 
Number of messages. 
Returns the text of the message. 
Legend
 
Method 
Links
You are here: Classes > JobErrorInfo Class
Copyright (c) 1998-2008 dtSearch Corp. All rights reserved.