Class ExtractorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.ie3.datamodel.exceptions.ExtractorException
All Implemented Interfaces:
Serializable

public class ExtractorException extends Exception
Exception that should be used whenever something invalid happens in a implementation of a DataConnector
Since:
20.03.20
See Also:
  • Constructor Details

    • ExtractorException

      public ExtractorException(String message, Throwable cause)
    • ExtractorException

      public ExtractorException(Throwable cause)
    • ExtractorException

      public ExtractorException(String message)