Class ReasoningErrorCodes
- java.lang.Object
-
- net.ssehub.easy.reasoning.core.reasoner.ReasoningErrorCodes
-
public class ReasoningErrorCodes extends java.lang.ObjectSpecifies to witch kind of error belongs failed constraint in the message generated by the reasoner.- Author:
- sizonenko
-
-
Field Summary
Fields Modifier and Type Field Description static intFAILED_CONSTRAINTConstraint not satisfied.static intFAILED_REASSIGNMENTReassignment of the variable in the same scope or assigning value to the froozen variable.
-
Constructor Summary
Constructors Constructor Description ReasoningErrorCodes()
-
-
-
Field Detail
-
FAILED_REASSIGNMENT
public static final int FAILED_REASSIGNMENT
Reassignment of the variable in the same scope or assigning value to the froozen variable.- See Also:
- Constant Field Values
-
FAILED_CONSTRAINT
public static final int FAILED_CONSTRAINT
Constraint not satisfied.- See Also:
- Constant Field Values
-
-