public class IllegalExpressionOperationException
extends org.datanucleus.exceptions.NucleusUserException
Constructor and Description |
---|
IllegalExpressionOperationException(SQLExpression operand1,
String operation,
SQLExpression operand2)
Constructor.
|
IllegalExpressionOperationException(String operation,
SQLExpression operand)
Constructor.
|
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal, setNestedException
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public IllegalExpressionOperationException(String operation, SQLExpression operand)
operation
- the operation. It may include a descriptive localised error messageoperand
- the operandpublic IllegalExpressionOperationException(SQLExpression operand1, String operation, SQLExpression operand2)
operation
- the operation. It may include a descriptive error messageoperand1
- the left-hand operandoperand2
- the right-hand operandCopyright © 2017. All rights reserved.