Package org.pentaho.di.core.exception
Class KettlePluginException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettlePluginException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
KettlePluginClassMapException
,KettlePluginNotFoundException
This exception is thrown in case there is an error in the Kettle plugin loader
- Author:
- matt
- See Also:
-
Constructor Summary
ConstructorDescriptionKettlePluginException
(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
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
KettlePluginException
public KettlePluginException() -
KettlePluginException
- Parameters:
message
-cause
-
-
KettlePluginException
- Parameters:
message
-
-
KettlePluginException
- Parameters:
cause
-
-