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
public static class PluginPropertyHandler.Fail extends PluginPropertyHandler.AbstractHandler
- Author:
- Thomas Hoedl(asc042) Fail/throws KettleException.
-
-
Field Summary
Fields Modifier and Type Field Description static PluginPropertyHandler.Fail
INSTANCE
The instance.static String
MESSAGE
The message.
-
Constructor Summary
Constructors Constructor Description Fail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
handle(PluginProperty property)
Handle property.-
Methods inherited from class org.pentaho.di.core.util.PluginPropertyHandler.AbstractHandler
execute
-
-
-
-
Field Detail
-
MESSAGE
public static final String MESSAGE
The message.- See Also:
- Constant Field Values
-
INSTANCE
public static final PluginPropertyHandler.Fail INSTANCE
The instance.
-
-
Method Detail
-
handle
protected void handle(PluginProperty property) throws org.pentaho.di.core.exception.KettleException
Description copied from class:PluginPropertyHandler.AbstractHandler
Handle property.- Specified by:
handle
in classPluginPropertyHandler.AbstractHandler
- Parameters:
property
- property.- Throws:
org.pentaho.di.core.exception.KettleException
- ...
-
-