public class LogicException
extends java.lang.RuntimeException
| Modifier and Type | Class and 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.
|
| Constructor and Description |
|---|
LogicException(java.lang.String message) |
LogicException(java.lang.String message,
java.lang.Exception e) |