Class FileMultipleOccurencesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dspace.importer.external.exception.FileMultipleOccurencesException
- All Implemented Interfaces:
Serializable
This exception could be throws when more than one element is found
in a method that works on one only.
- Author:
- Pasquale Cavallo (pasquale.cavallo at 4science dot it)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFileMultipleOccurencesException(String message) FileMultipleOccurencesException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FileMultipleOccurencesException
-
FileMultipleOccurencesException
-