Package it.unive.lisa.interprocedural
Class InterproceduralAnalysisException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- it.unive.lisa.interprocedural.InterproceduralAnalysisException
-
- All Implemented Interfaces:
java.io.Serializable
public class InterproceduralAnalysisException extends java.lang.Exception
An exception that occurred while performing an interprocedural analysis.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InterproceduralAnalysisException()
Builds the exception.InterproceduralAnalysisException(java.lang.String message)
Builds the exception.InterproceduralAnalysisException(java.lang.String message, java.lang.Throwable cause)
Builds the exception.InterproceduralAnalysisException(java.lang.Throwable cause)
Builds the exception.
-
-
-
Constructor Detail
-
InterproceduralAnalysisException
public InterproceduralAnalysisException()
Builds the exception.
-
InterproceduralAnalysisException
public InterproceduralAnalysisException(java.lang.String message, java.lang.Throwable cause)
Builds the exception.- Parameters:
message
- the message of this exceptioncause
- the cause of this exception
-
InterproceduralAnalysisException
public InterproceduralAnalysisException(java.lang.String message)
Builds the exception.- Parameters:
message
- the message of this exception
-
InterproceduralAnalysisException
public InterproceduralAnalysisException(java.lang.Throwable cause)
Builds the exception.- Parameters:
cause
- the cause of this exception
-
-