public class LogicException extends 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(String message) |
LogicException(String message,
Exception e) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2010–2013 University of Washington CSE. All rights reserved.