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:
  • Constructor Details

    • 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) message
      severe - 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
  • Method Details

    • isSevere

      public boolean isSevere()
      Returns:
      true if Spoon should quit because of this exception