Package org.pentaho.di.core.lifecycle
Class LifecycleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.pentaho.di.core.lifecycle.LifecycleException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLifecycleException(boolean severe) LifecycleException(String message, boolean severe) LifecycleException(String message, Throwable cause, boolean severe) LifecycleException(Throwable cause, boolean severe) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LifecycleException
public LifecycleException(boolean severe) - Parameters:
severe- true if Spoon should quit because of this exception
-
LifecycleException
- Parameters:
message- The (localized) messagesevere- true if Spoon should quit because of this exception
-
LifecycleException
- Parameters:
cause-severe- true if Spoon should quit because of this exception
-
LifecycleException
- Parameters:
message-cause-severe- true if Spoon should quit because of this exception
-
-
Method Details
-
isSevere
public boolean isSevere()- Returns:
- true if Spoon should quit because of this exception
-