Uses of Class
edu.washington.cs.knowitall.logic.LogicException
-
Packages that use LogicException Package Description edu.washington.cs.knowitall.logic -
-
Uses of LogicException in edu.washington.cs.knowitall.logic
Subclasses of LogicException in edu.washington.cs.knowitall.logic Modifier and Type Class Description static class
LogicException.ApplyLogicException
Exception while applying an expression to an object.static class
LogicException.CompileLogicException
Exception while converting the tokens into a valid expression.static class
LogicException.TokenizeLogicException
Exception while tokenizing the logic expression string.
-