Class TransformationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openhab.core.model.script.actions.TransformationException
- All Implemented Interfaces:
Serializable
The
TransformationException
is a clone of TransformationException
to
make it available to DSL rules- Author:
- Jan N. Klug - Initial contribution
- See Also:
-
Constructor Summary
ConstructorDescriptionTransformationException
(@Nullable String message) TransformationException
(@Nullable String message, @Nullable 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
-