Class EntityQueryParsingException.ExpressionUnbalanced
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.foreach.across.modules.entity.query.EntityQueryParsingException
com.foreach.across.modules.entity.query.EntityQueryParsingException.ExpressionUnbalanced
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EntityQueryParsingException.IllegalOrderDirection,EntityQueryParsingException.MissingField,EntityQueryParsingException.MissingKeyword,EntityQueryParsingException.MissingOperator,EntityQueryParsingException.MissingOrderDirection,EntityQueryParsingException.MissingToken,EntityQueryParsingException.MissingValue
- Enclosing class:
- EntityQueryParsingException
public abstract static class EntityQueryParsingException.ExpressionUnbalanced
extends EntityQueryParsingException
Base class for unbalanced exception, meaning a token or keyword was expected but not found.
The
EntityQueryParsingException.getErrorExpressionPosition() will contain the position of where the token was expected.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.foreach.across.modules.entity.query.EntityQueryParsingException
EntityQueryParsingException.ExpressionUnbalanced, EntityQueryParsingException.IllegalField, EntityQueryParsingException.IllegalFunction, EntityQueryParsingException.IllegalIsValue, EntityQueryParsingException.IllegalKeyword, EntityQueryParsingException.IllegalOperator, EntityQueryParsingException.IllegalOrderDirection, EntityQueryParsingException.IllegalToken, EntityQueryParsingException.IllegalValue, EntityQueryParsingException.MissingField, EntityQueryParsingException.MissingKeyword, EntityQueryParsingException.MissingOperator, EntityQueryParsingException.MissingOrderDirection, EntityQueryParsingException.MissingToken, EntityQueryParsingException.MissingValue -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.foreach.across.modules.entity.query.EntityQueryParsingException
getContextExpression, getContextExpressionStart, getErrorExpression, getErrorExpressionPosition, getMessage, hasContext, hasErrorExpressionPosition, setContextExpression, setContextExpressionStart, setErrorExpression, setErrorExpressionPositionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExpressionUnbalanced
-