Package org.pentaho.di.core.util
Class PluginPropertyHandler.Fail
java.lang.Object
org.pentaho.di.core.util.PluginPropertyHandler.AbstractHandler
org.pentaho.di.core.util.PluginPropertyHandler.Fail
- All Implemented Interfaces:
org.apache.commons.collections.Closure
- Enclosing class:
- PluginPropertyHandler
- Author:
- Thomas Hoedl(asc042) Fail/throws KettleException.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final PluginPropertyHandler.Fail
The instance.static final String
The message. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
handle
(PluginProperty property) Handle property.Methods inherited from class org.pentaho.di.core.util.PluginPropertyHandler.AbstractHandler
execute
-
Field Details
-
MESSAGE
The message.- See Also:
-
INSTANCE
The instance.
-
-
Constructor Details
-
Fail
public Fail()
-
-
Method Details
-
handle
Description copied from class:PluginPropertyHandler.AbstractHandler
Handle property.- Specified by:
handle
in classPluginPropertyHandler.AbstractHandler
- Parameters:
property
- property.- Throws:
org.pentaho.di.core.exception.KettleException
- ...
-