Class TransformationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openhab.core.transform.TransformationException
All Implemented Interfaces:
Serializable

@NonNullByDefault public class TransformationException extends Exception
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 Details

    • TransformationException

      public TransformationException(String message)
    • TransformationException

      public TransformationException(String message, Throwable cause)