Package org.sonar.java
Class AnalysisException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.sonar.java.AnalysisException
-
- All Implemented Interfaces:
Serializable
public class AnalysisException extends RuntimeException
Runtime exception to be thrown during analysis, in case of major issue, for instance invalid format of a report to be parsed- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AnalysisException(String message)
AnalysisException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-