Class OperatorNotSupportedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class OperatorNotSupportedException
    extends InvalidLookupDataException
    Throws this exception when the BinaryOperator is not supported
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      OperatorNotSupportedException​(org.apache.olingo.odata2.api.uri.expression.BinaryOperator operator)
      Constructor to create OperatorNotSupportedException Exception.
    • Method Summary

      • Methods inherited from class org.apache.olingo.odata2.api.exception.ODataRuntimeApplicationException

        getCode, getHttpStatus, getLocale
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • OperatorNotSupportedException

        public OperatorNotSupportedException​(org.apache.olingo.odata2.api.uri.expression.BinaryOperator operator)
        Constructor to create OperatorNotSupportedException Exception.
        Parameters:
        operator - BinaryOperator that is not supported by this extension