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) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LogicException(String message)
Copyright © 2010-2012 University of Washington CSE. All Rights Reserved.