Serialized Form
-
Package in.co.akshitbansal.springwebquery.exception
-
Exception in.co.akshitbansal.springwebquery.exception.QueryConfigurationException
class QueryConfigurationException extends QueryException implements Serializable -
Exception in.co.akshitbansal.springwebquery.exception.QueryException
class QueryException extends RuntimeException implements Serializable -
Exception in.co.akshitbansal.springwebquery.exception.QueryFieldValidationException
class QueryFieldValidationException extends QueryValidationException implements Serializable-
Serialized Fields
-
fieldPath
String fieldPath
Query field path for which validation failed.
-
-
-
Exception in.co.akshitbansal.springwebquery.exception.QueryForbiddenLogicalOperatorException
class QueryForbiddenLogicalOperatorException extends QueryValidationException implements Serializable-
Serialized Fields
-
logicalOperator
cz.jirutka.rsql.parser.ast.LogicalOperator logicalOperator
Logical operator used in the query that failed validation.
-
-
-
Exception in.co.akshitbansal.springwebquery.exception.QueryForbiddenOperatorException
class QueryForbiddenOperatorException extends QueryFieldValidationException implements Serializable-
Serialized Fields
-
allowedOperators
Set<cz.jirutka.rsql.parser.ast.ComparisonOperator> allowedOperators
Set of operators allowed for the target field path. -
operator
cz.jirutka.rsql.parser.ast.ComparisonOperator operator
Operator used in the query that failed validation.
-
-
-
Exception in.co.akshitbansal.springwebquery.exception.QueryMaxASTDepthExceededException
class QueryMaxASTDepthExceededException extends QueryValidationException implements Serializable-
Serialized Fields
-
maxASTDepthAllowed
int maxASTDepthAllowed
Maximum AST depth permitted by the active query configuration.
-
-
-
Exception in.co.akshitbansal.springwebquery.exception.QueryValidationException
class QueryValidationException extends QueryException implements Serializable
-