Revision 2289
Added by sgarg over 20 years ago
src/edu/ucsb/nceas/metacat/DBSAXHandler.java | ||
---|---|---|
819 | 819 |
public void error(SAXParseException exception) throws SAXException |
820 | 820 |
{ |
821 | 821 |
MetaCatUtil.debugMessage("ERROR: " + exception.getMessage(), 50); |
822 |
throw (new SAXException("Processing error.", exception));
|
|
822 |
throw (new SAXException("Error in processing EML.", exception));
|
|
823 | 823 |
} |
824 | 824 |
|
825 | 825 |
/** |
Also available in: Unified diff
Changed error text that is returned when an invalid eml is inserted.