Package it.unive.lisa.interprocedural
Class NoEntryPointException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- it.unive.lisa.util.datastructures.graph.algorithms.FixpointException
-
- it.unive.lisa.interprocedural.NoEntryPointException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoEntryPointException extends FixpointException
AFixpointException
signaling that no entry points have been found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoEntryPointException()
Builds the exception.
-