org.pentaho.di.core.exception
Class KettlePluginException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.pentaho.di.core.exception.KettleException
              extended by org.pentaho.di.core.exception.KettlePluginException
All Implemented Interfaces:
Serializable

public class KettlePluginException
extends KettleException

This exception is thrown in case there is an error in the Kettle plugin loader

Author:
matt
See Also:
Serialized Form

Constructor Summary
KettlePluginException()
           
KettlePluginException(String message)
           
KettlePluginException(String message, Throwable cause)
           
KettlePluginException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.pentaho.di.core.exception.KettleException
getMessage, getSuperMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KettlePluginException

public KettlePluginException()

KettlePluginException

public KettlePluginException(String message,
                             Throwable cause)
Parameters:
message -
cause -

KettlePluginException

public KettlePluginException(String message)
Parameters:
message -

KettlePluginException

public KettlePluginException(Throwable cause)
Parameters:
cause -