org.marc4j
Class ErrorHandler.Error
java.lang.Object
org.marc4j.ErrorHandler.Error
- Enclosing class:
- ErrorHandler
public class ErrorHandler.Error
- extends Object
Method Summary |
String |
toString()
Formats the error message for display |
curRecordID
protected String curRecordID
curField
protected String curField
curSubfield
protected String curSubfield
severity
protected int severity
message
protected String message
ErrorHandler.Error
protected ErrorHandler.Error(String recordID,
String field,
String subfield,
int severity,
String message)
toString
public String toString()
- Formats the error message for display
- Overrides:
toString
in class Object
- Returns:
- String - a formatted representation of the error.
Copyright © 2002-2006 Bas Peters. All Rights Reserved.