Class ExpressionVisitException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.olingo.commons.api.ex.ODataException
org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitException
All Implemented Interfaces:
Serializable

public class ExpressionVisitException extends ODataException
Exception class used by the ExpressionVisitor to throw exceptions while traversing the expression tree
See Also:
  • Constructor Details

    • ExpressionVisitException

      public ExpressionVisitException(String msg)
    • ExpressionVisitException

      public ExpressionVisitException(String msg, Throwable cause)
    • ExpressionVisitException

      public ExpressionVisitException(Throwable cause)