Project

General

Profile

« Previous | Next » 

Revision 9832

Added by Jing Tao almost 8 years ago

Remove the import of JiBXException.

View differences:

SolrIndex.java
75 75
import org.dataone.service.util.DateTimeMarshaller;
76 76
import org.dataone.service.util.TypeMarshaller;
77 77
import org.dspace.foresite.OREParserException;
78
import org.jibx.runtime.JiBXException;
79 78
import org.w3c.dom.Document;
80 79
import org.xml.sax.SAXException;
81 80

  
......
184 183
     * @throws SAXException
185 184
     * @throws ParserConfigurationException
186 185
     * @throws XPathExpressionException
187
     * @throws JiBXException 
186
     * @throws MarshallingException 
188 187
     * @throws SolrServerException 
189 188
     * @throws EncoderException
190 189
     * @throws UnsupportedType 
......
372 371
     * @param systemMetadata  the system metadata associated with the data object
373 372
     * @param data  the path to the object file itself
374 373
     * @throws SolrServerException 
375
     * @throws JiBXException 
374
     * @throws MarshallingException 
376 375
     * @throws EncoderException 
377 376
     * @throws UnsupportedType 
378 377
     * @throws NotFound 
......
572 571
     * @throws SAXException
573 572
     * @throws ParserConfigurationException
574 573
     * @throws OREParserException
575
     * @throws JiBXException
574
     * @throws MarshallingException
576 575
     * @throws EncoderException
577 576
     */
578 577
    void update(Identifier pid, SystemMetadata systemMetadata, String objectPath) throws Exception {

Also available in: Unified diff