Package org.apache.hop.core.util
Class PluginPropertyHandler.Fail
- java.lang.Object
-
- org.apache.hop.core.util.PluginPropertyHandler.AbstractHandler
-
- org.apache.hop.core.util.PluginPropertyHandler.Fail
-
- All Implemented Interfaces:
org.apache.commons.collections4.Closure
- Enclosing class:
- PluginPropertyHandler
public static class PluginPropertyHandler.Fail extends PluginPropertyHandler.AbstractHandler
Fail/throws HopException.
-
-
Field Summary
Fields Modifier and Type Field Description static PluginPropertyHandler.FailINSTANCEThe instance.static StringMESSAGEThe message.
-
Constructor Summary
Constructors Constructor Description Fail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidhandle(IPluginProperty property)Handle property.-
Methods inherited from class org.apache.hop.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(IPluginProperty property) throws HopException
Description copied from class:PluginPropertyHandler.AbstractHandlerHandle property.- Specified by:
handlein classPluginPropertyHandler.AbstractHandler- Parameters:
property- property.- Throws:
HopException- ...
-
-