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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClueConfigurationException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ClueConfigurationException
public ClueConfigurationException(String message)
-
-