Class FilterProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.olingo.odata2.api.exception.ODataRuntimeApplicationException
de.hybris.platform.odata2services.odata.OData2ServicesException
de.hybris.platform.odata2services.filter.FilterProcessingException
- All Implemented Interfaces:
Serializable
Exception to throw for exceptions that occur during the processing of a $filter query parameter
Will result in HttpStatus 500
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor to create a FilterProcessingExceptionFilterProcessingException(org.apache.olingo.odata2.api.edm.EdmException e) Constructor to create FilterProcessingException -
Method Summary
Methods inherited from class org.apache.olingo.odata2.api.exception.ODataRuntimeApplicationException
getCode, getHttpStatus, getLocaleMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FilterProcessingException
public FilterProcessingException(org.apache.olingo.odata2.api.edm.EdmException e) Constructor to create FilterProcessingException- Parameters:
e-EdmExceptionthat was thrown
-
FilterProcessingException
public FilterProcessingException()Constructor to create a FilterProcessingException
-