Class DigesterLoadingException

  • All Implemented Interfaces:
    Serializable

    public final class DigesterLoadingException
    extends RuntimeException
    The exception thrown when an error occurs while analyzing targets and building rule sets.
    Since:
    2.1
    See Also:
    Serialized Form
    • Constructor Detail

      • DigesterLoadingException

        public DigesterLoadingException​(String message)
        Constructs a new loading exception with the specified detail message.
        Parameters:
        message - the detail message.
      • DigesterLoadingException

        public DigesterLoadingException​(Throwable cause)
        Constructs a new loading exception with the specified cause.
        Parameters:
        cause - the specified cause.
      • DigesterLoadingException

        public DigesterLoadingException​(String message,
                                        Throwable cause)
        Constructs a new loading exception with the specified detail message and cause.
        Parameters:
        message - the detail message.
        cause - the specified cause.