Class 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 Detail

      • FileSourceException

        public FileSourceException​(String message,
                                   Throwable cause)
      • FileSourceException

        public FileSourceException​(String message)