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