Package it.unive.lisa
Class AnalysisExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- it.unive.lisa.AnalysisExecutionException
-
- All Implemented Interfaces:
java.io.Serializable
public class AnalysisExecutionException extends java.lang.RuntimeExceptionA genericRuntimeExceptionthat indicates that something has gone wrong during the analysis. Instances of this exception will be catched at the root of the analysis execution.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AnalysisExecutionException()Builds the exception.AnalysisExecutionException(java.lang.String message)Builds the exception.AnalysisExecutionException(java.lang.String message, java.lang.Throwable cause)Builds the exception.AnalysisExecutionException(java.lang.Throwable cause)Builds the exception.
-
-
-
Constructor Detail
-
AnalysisExecutionException
public AnalysisExecutionException()
Builds the exception.
-
AnalysisExecutionException
public AnalysisExecutionException(java.lang.String message, java.lang.Throwable cause)Builds the exception.- Parameters:
message- the message of this exceptioncause- the cause of this exception
-
AnalysisExecutionException
public AnalysisExecutionException(java.lang.String message)
Builds the exception.- Parameters:
message- the message of this exception
-
AnalysisExecutionException
public AnalysisExecutionException(java.lang.Throwable cause)
Builds the exception.- Parameters:
cause- the cause of this exception
-
-