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 classLogicException.ApplyLogicExceptionException while applying an expression to an object.static classLogicException.CompileLogicExceptionException while converting the tokens into a valid expression.static classLogicException.TokenizeLogicExceptionException while tokenizing the logic expression string.
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
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
-
-