org.dspace.app.bulkedit
Class MetadataImportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.dspace.app.bulkedit.MetadataImportException
All Implemented Interfaces:
Serializable

public class MetadataImportException
extends Exception

Metadata importer exception

Author:
Stuart Lewis
See Also:
Serialized Form

Constructor Summary
MetadataImportException(String message)
          Instantiate a new MetadataImportException
MetadataImportException(String message, Exception exception)
          Instantiate a new MetadataImportException
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MetadataImportException

public MetadataImportException(String message)
Instantiate a new MetadataImportException

Parameters:
message - the error message

MetadataImportException

public MetadataImportException(String message,
                               Exception exception)
Instantiate a new MetadataImportException

Parameters:
message - the error message
exception - the root cause


Copyright © 2011 DuraSpace. All Rights Reserved.