com.atlassian.query.operator
Class OperatorDoesNotSupportOperand
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.query.operator.OperatorDoesNotSupportOperand
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- OperatorDoesNotSupportEmptyOperand, OperatorDoesNotSupportMultiValueOperand, OperatorDoesNotSupportSingleOperand
public class OperatorDoesNotSupportOperand
- extends RuntimeException
Indicates a mismatch between operator and operand.
- Since:
- v4.0
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OperatorDoesNotSupportOperand
public OperatorDoesNotSupportOperand()
OperatorDoesNotSupportOperand
public OperatorDoesNotSupportOperand(String s)
Copyright © 2002-2012 Atlassian. All Rights Reserved.