org.pentaho.di.core.util
Class PluginPropertyHandler.Fail

java.lang.Object
  extended by org.pentaho.di.core.util.PluginPropertyHandler.AbstractHandler
      extended by 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
static PluginPropertyHandler.Fail INSTANCE
          The instance.
static String MESSAGE
          The message.
 
Constructor Summary
PluginPropertyHandler.Fail()
           
 
Method Summary
 
Methods inherited from class org.pentaho.di.core.util.PluginPropertyHandler.AbstractHandler
execute
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MESSAGE

public static final String MESSAGE
The message.

See Also:
Constant Field Values

INSTANCE

public static final PluginPropertyHandler.Fail INSTANCE
The instance.

Constructor Detail

PluginPropertyHandler.Fail

public PluginPropertyHandler.Fail()