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