Class 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:
    Serialized Form
    • Constructor Detail

      • ClueConfigurationException

        public ClueConfigurationException​(String message)