public class

OperatorDoesNotSupportMultiValueOperand

extends OperatorDoesNotSupportOperand
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.query.operator.OperatorDoesNotSupportOperand
           ↳ com.atlassian.query.operator.OperatorDoesNotSupportMultiValueOperand

Class Overview

Indicates a mismatch between operator and operand.

Summary

Public Constructors
OperatorDoesNotSupportMultiValueOperand()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public OperatorDoesNotSupportMultiValueOperand ()