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

      • FileMultipleOccurencesException

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

        public FileMultipleOccurencesException​(String message)