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

public class FilterProcessingException extends OData2ServicesException
Exception to throw for exceptions that occur during the processing of a $filter query parameter Will result in HttpStatus 500
See Also:
  • Constructor Details

    • FilterProcessingException

      public FilterProcessingException(org.apache.olingo.odata2.api.edm.EdmException e)
      Constructor to create FilterProcessingException
      Parameters:
      e - EdmException that was thrown
    • FilterProcessingException

      public FilterProcessingException()
      Constructor to create a FilterProcessingException