Class EntityQueryParsingException.IllegalOrderDirection
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
com.foreach.across.modules.entity.query.EntityQueryParsingException.IllegalOrderDirection
- All Implemented Interfaces:
Serializable
- Enclosing class:
- EntityQueryParsingException
public static class EntityQueryParsingException.IllegalOrderDirection
extends EntityQueryParsingException.ExpressionUnbalanced
- 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
-
Method Summary
Methods inherited from class com.foreach.across.modules.entity.query.EntityQueryParsingException
getContextExpression, getContextExpressionStart, getErrorExpression, getErrorExpressionPosition, getMessage, hasContext, hasErrorExpressionPosition, setContextExpression, setContextExpressionStart, setErrorExpression, setErrorExpressionPosition
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalOrderDirection
-