org.datanucleus.store.mapped.expression
Class ScalarExpression.IllegalOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.datanucleus.exceptions.NucleusException
org.datanucleus.exceptions.NucleusUserException
org.datanucleus.store.mapped.expression.ScalarExpression.IllegalOperationException
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- ScalarExpression
public static class ScalarExpression.IllegalOperationException
- extends NucleusUserException
Inner class representing an illegal operation.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ScalarExpression.IllegalOperationException
public ScalarExpression.IllegalOperationException(java.lang.String operation,
ScalarExpression operand)
- Constructor
- Parameters:
operation - the operation. It may include a descriptive localised error messageoperand - the operand
ScalarExpression.IllegalOperationException
public ScalarExpression.IllegalOperationException(ScalarExpression operand1,
java.lang.String operation,
ScalarExpression operand2)
- Constructor
- Parameters:
operation - the operation. It may include a descriptive error messageoperand1 - the left-hand operandoperand2 - the right-hand operand
Copyright © 2010. All Rights Reserved.