Package org.openhab.core.transform
Class TransformationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openhab.core.transform.TransformationException
- All Implemented Interfaces:
Serializable
A TransformationException is thrown when any step of a transformation went
wrong. The originating exception should be attached to increase traceability.
- Author:
- Thomas Eichstaedt-Engelen - Initial contribution
- See Also:
-
Constructor Summary
ConstructorDescriptionTransformationException
(String message) TransformationException
(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
-
TransformationException
-
TransformationException
-