Class FalseBoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.checkerframework.framework.util.typeinference8.util.FalseBoundException
- All Implemented Interfaces:
Serializable
Exception thrown when the Java types make it so that false is inferred.
- See Also:
-
Constructor Summary
ConstructorDescriptionFalseBoundException
(Constraint constraint, ReductionResult result) Creates a false bound exception -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FalseBoundException
Creates a false bound exception- Parameters:
constraint
- the constraint the was not resolvedresult
- the result of reduction
-