Class LogicException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- edu.washington.cs.knowitall.logic.LogicException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
LogicException.ApplyLogicException
,LogicException.CompileLogicException
,LogicException.TokenizeLogicException
public class LogicException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes 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.
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description LogicException(java.lang.String message)
LogicException(java.lang.String message, java.lang.Exception e)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-