Package edu.udel.cis.vsl.civl.state.IF
Class UnsatisfiablePathConditionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- edu.udel.cis.vsl.civl.state.IF.UnsatisfiablePathConditionException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsatisfiablePathConditionException extends java.lang.ExceptionThrown when a path condition becomes unsatisfiable, typically due to a side effect from evaluating an expression.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsatisfiablePathConditionException()
-