Class PatternDetectionRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.redhat.parodos.patterndetection.exceptions.PatternDetectionRuntimeException
-
- All Implemented Interfaces:
Serializable
public class PatternDetectionRuntimeException extends RuntimeException
A catch all thrown when when issues occur during the execution of scans in the WorkFlow- Author:
- Luke Shannon (Github: lshannon)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PatternDetectionRuntimeException(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
-
PatternDetectionRuntimeException
public PatternDetectionRuntimeException(String message)
-
-