Package edu.ie3.datamodel.exceptions
Class ProcessorProviderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.ie3.datamodel.exceptions.ProcessorProviderException
- All Implemented Interfaces:
Serializable
Exception that should be used whenever an error occurs in a instance of
ProcessorProvider
- Since:
- 20.03.20
- See Also:
-
Constructor Summary
ConstructorDescriptionProcessorProviderException
(String message) ProcessorProviderException
(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
-
Constructor Details
-
ProcessorProviderException
-
ProcessorProviderException
-
ProcessorProviderException
-