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
public class LifecycleException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LifecycleException(boolean severe)LifecycleException(String message, boolean severe)LifecycleException(String message, Throwable cause, boolean severe)LifecycleException(Throwable cause, boolean severe)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisSevere()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
LifecycleException
public LifecycleException(boolean severe)
- Parameters:
severe- true if Spoon should quit because of this exception
-
LifecycleException
public LifecycleException(String message, boolean severe)
- Parameters:
message- The (localized) messagesevere- true if Spoon should quit because of this exception
-
LifecycleException
public LifecycleException(Throwable cause, boolean severe)
- Parameters:
cause-severe- true if Spoon should quit because of this exception
-
-