Class LogicException.TokenizeLogicException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- edu.washington.cs.knowitall.logic.LogicException
-
- edu.washington.cs.knowitall.logic.LogicException.TokenizeLogicException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- LogicException
public static class LogicException.TokenizeLogicException extends LogicException
Exception while tokenizing the logic expression string.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class edu.washington.cs.knowitall.logic.LogicException
LogicException.ApplyLogicException, LogicException.CompileLogicException, LogicException.TokenizeLogicException
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description TokenizeLogicException(java.lang.String message)
TokenizeLogicException(java.lang.String message, java.lang.Exception e)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-