Class PatternDetectionConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.redhat.parodos.patterndetection.exceptions.PatternDetectionConfigurationException
-
- All Implemented Interfaces:
Serializable
public class PatternDetectionConfigurationException extends RuntimeException
Thrown for any issue related to the parameters passed into the WorkContext to start the scan- Author:
- Luke Shannon (Github: lshannon)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PatternDetectionConfigurationException(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
-
PatternDetectionConfigurationException
public PatternDetectionConfigurationException(String message)
-
-