Class InitializationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.owasp.dependencycheck.exception.InitializationException
All Implemented Interfaces:
Serializable

@ThreadSafe public class InitializationException extends Exception
An exception used when initializing analyzers.
Author:
Jeremy Long
See Also:
  • Constructor Details

    • InitializationException

      public InitializationException()
      Creates a new InitializationException.
    • InitializationException

      public InitializationException(String msg)
      Creates a new InitializationException.
      Parameters:
      msg - a message for the exception.
    • InitializationException

      public InitializationException(Throwable ex)
      Creates a new InitializationException.
      Parameters:
      ex - the cause of the exception.
    • InitializationException

      public InitializationException(String msg, Throwable ex)
      Creates a new InitializationException.
      Parameters:
      msg - a message for the exception.
      ex - the cause of the exception.
    • InitializationException

      public InitializationException(String msg, Throwable ex, boolean fatal)
      Creates a new InitializationException.
      Parameters:
      msg - a message for the exception.
      ex - the cause of the exception.
      fatal - whether or not the exception is fatal.
  • Method Details

    • isFatal

      public boolean isFatal()
      Get the value of fatal.
      Returns:
      the value of fatal
    • setFatal

      public void setFatal(boolean fatal)
      Set the value of fatal.
      Parameters:
      fatal - new value of fatal