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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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
LifecycleException
public LifecycleException(String message,
Throwable cause,
boolean severe)
- Parameters:
message
- cause
- severe
- true if Spoon should quit because of this exception
isSevere
public boolean isSevere()
- Returns:
- true if Spoon should quit because of this exception