public class UncheckedAnalysisException
extends java.lang.RuntimeException
Constructor and Description |
---|
UncheckedAnalysisException(java.lang.String message)
Constructor.
|
UncheckedAnalysisException(java.lang.String message,
java.lang.Throwable cause)
Constructor.
|
public UncheckedAnalysisException(java.lang.String message)
message
- message describing the exceptionpublic UncheckedAnalysisException(java.lang.String message, java.lang.Throwable cause)
message
- message describing the exceptioncause
- another exception which is the underlying cause of this oneSpotBugs is licensed under the LGPL.