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, setNestedExceptionaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic 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 © 2015. All rights reserved.