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