Class InitializationException

  • All Implemented Interfaces:
    java.io.Serializable

    @ThreadSafe
    public class InitializationException
    extends java.lang.Exception
    An exception used when initializing analyzers.
    Author:
    Jeremy Long
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isFatal()
      Get the value of fatal.
      void setFatal​(boolean fatal)
      Set the value of fatal.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InitializationException

        public InitializationException()
        Creates a new InitializationException.
      • InitializationException

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

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

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

        public InitializationException​(java.lang.String msg,
                                       java.lang.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 Detail

      • 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