Package eu.clarin.sru.client
Class SRUClientDiagnostics
- java.lang.Object
 - 
- eu.clarin.sru.client.SRUClientDiagnostics
 
 
- 
public final class SRUClientDiagnostics extends Object
Diagnostics defined by SRU client. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringDIAG_NO_RECORD_PARSERNo record parser was found for this record schema.static StringDIAG_RECORD_PARSER_NULLThe record parser erroneously returned a null pointer instead of a record data object. 
 - 
 
- 
- 
Field Detail
- 
DIAG_RECORD_PARSER_NULL
public static final String DIAG_RECORD_PARSER_NULL
The record parser erroneously returned a null pointer instead of a record data object.- See Also:
 - Constant Field Values
 
 
- 
DIAG_NO_RECORD_PARSER
public static final String DIAG_NO_RECORD_PARSER
No record parser was found for this record schema. The name of the record schema is supplied in the diagnostic's details.- See Also:
 - Constant Field Values
 
 
 - 
 
 -