Class ClueConfigurationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.redhat.parodos.patterndetection.exceptions.ClueConfigurationException
All Implemented Interfaces:
Serializable

public class ClueConfigurationException extends RuntimeException
Throw if a @see Clue is being built that can never be detected (ie: missing any of the basic criteria to scan for). This is to prevent @see Clue references that run without any potiential of being detected. Too many of these could affect performance
Author:
Luke Shannon (Github: lshannon)
See Also:
  • Constructor Details

    • ClueConfigurationException

      public ClueConfigurationException(String message)