Class TransformationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openhab.core.model.script.actions.TransformationException
All Implemented Interfaces:
Serializable

@NonNullByDefault public class TransformationException extends Exception
The TransformationException is a clone of TransformationException to make it available to DSL rules
Author:
Jan N. Klug - Initial contribution
See Also:
  • Constructor Details

    • TransformationException

      public TransformationException(@Nullable String message)
    • TransformationException

      public TransformationException(@Nullable String message, @Nullable Throwable cause)