Class ProcessorProviderException

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

public class ProcessorProviderException extends Exception
Exception that should be used whenever an error occurs in a instance of ProcessorProvider
Since:
20.03.20
See Also:
  • Constructor Details

    • ProcessorProviderException

      public ProcessorProviderException(String message, Throwable cause)
    • ProcessorProviderException

      public ProcessorProviderException(Throwable cause)
    • ProcessorProviderException

      public ProcessorProviderException(String message)