Package it.unive.lisa.analysis
Class SemanticExceptionWrapper
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- it.unive.lisa.analysis.SemanticExceptionWrapper
-
- All Implemented Interfaces:
java.io.Serializable
public class SemanticExceptionWrapper extends java.lang.RuntimeException
A runtime exception that wraps aSemanticException
, so that it can be thrown within lambdas.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SemanticExceptionWrapper(SemanticException cause)
Builds the exception wrapper.
-
-
-
Constructor Detail
-
SemanticExceptionWrapper
public SemanticExceptionWrapper(SemanticException cause)
Builds the exception wrapper.- Parameters:
cause
- the cause of this exception
-
-