org.pentaho.platform.plugin.action.kettle
Class KettleComponentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.pentaho.platform.plugin.action.kettle.KettleComponentException
All Implemented Interfaces:
Serializable

public class KettleComponentException
extends Exception

See Also:
Serialized Form

Constructor Summary
KettleComponentException()
           
KettleComponentException(String msg)
           
KettleComponentException(String msg, Throwable t)
           
KettleComponentException(Throwable t)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KettleComponentException

public KettleComponentException()

KettleComponentException

public KettleComponentException(Throwable t)

KettleComponentException

public KettleComponentException(String msg)

KettleComponentException

public KettleComponentException(String msg,
                                Throwable t)