Class IllegalExpressionOperationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.datanucleus.exceptions.NucleusException
org.datanucleus.exceptions.NucleusUserException
org.datanucleus.store.rdbms.sql.expression.IllegalExpressionOperationException
All Implemented Interfaces:
Serializable

public class IllegalExpressionOperationException extends org.datanucleus.exceptions.NucleusUserException
Exception thrown when trying to perform an illegal/unsupported operation on an SQL expression.
See Also:
  • Field Details

  • Constructor Details

    • IllegalExpressionOperationException

      public IllegalExpressionOperationException(String operation, SQLExpression operand)
      Constructor.
      Parameters:
      operation - the operation. It may include a descriptive localised error message
      operand - the operand
    • IllegalExpressionOperationException

      public IllegalExpressionOperationException(SQLExpression operand1, String operation, SQLExpression operand2)
      Constructor.
      Parameters:
      operand1 - the left-hand operand
      operation - the operation. It may include a descriptive error message
      operand2 - the right-hand operand