Class LifecycleException

    • 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) 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 Detail

      • isSevere

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