Class FileMultipleOccurencesException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.dspace.importer.external.exception.FileMultipleOccurencesException
-
- All Implemented Interfaces:
Serializable
public class FileMultipleOccurencesException extends Exception
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileMultipleOccurencesException(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
-
-