Class FileSourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dspace.importer.external.exception.FileSourceException
- All Implemented Interfaces:
Serializable
Represents a problem with the File content: e.g. null input stream, invalid content, ...
- Author:
- Pasquale Cavallo (pasquale.cavallo at 4science dot it)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFileSourceException(String message) FileSourceException(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
-
FileSourceException
-
FileSourceException
-