Package it.unive.lisa
Class AnalysisSetupException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- it.unive.lisa.AnalysisException
-
- it.unive.lisa.AnalysisSetupException
-
- All Implemented Interfaces:
java.io.Serializable
public class AnalysisSetupException extends AnalysisException
AnAnalysisExceptionthat happens during the setup of the analysis.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AnalysisSetupException()Builds the exception.AnalysisSetupException(java.lang.String message)Builds the exception.AnalysisSetupException(java.lang.String message, java.lang.Throwable cause)Builds the exception.AnalysisSetupException(java.lang.Throwable cause)Builds the exception.
-
-
-
Constructor Detail
-
AnalysisSetupException
public AnalysisSetupException()
Builds the exception.
-
AnalysisSetupException
public AnalysisSetupException(java.lang.String message, java.lang.Throwable cause)Builds the exception.- Parameters:
message- the message of this exceptioncause- the cause of this exception
-
AnalysisSetupException
public AnalysisSetupException(java.lang.String message)
Builds the exception.- Parameters:
message- the message of this exception
-
AnalysisSetupException
public AnalysisSetupException(java.lang.Throwable cause)
Builds the exception.- Parameters:
cause- the cause of this exception
-
-