Class ExpressionVisitException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.liferay.portal.odata.filter.expression.ExpressionVisitException
All Implemented Interfaces:
Serializable

public class ExpressionVisitException extends Exception
Defines an exception for ExpressionVisitor to throw if an error occurs while traversing the expression tree.
See Also:
  • Constructor Details

    • ExpressionVisitException

      public ExpressionVisitException(String msg)
      Creates a new ExpressionVisitException with a message.
      Parameters:
      msg - the exception's message
    • ExpressionVisitException

      public ExpressionVisitException(String msg, Throwable throwable)
      Creates a new ExpressionVisitException with a message and the cause of the exception.
      Parameters:
      msg - the exception's message
      throwable - the exception's cause