org.jpox.store.expression
Class ScalarExpression.IllegalOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.jdo.JDOException
javax.jdo.JDOCanRetryException
javax.jdo.JDOUserException
org.jpox.store.expression.ScalarExpression.IllegalOperationException
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- ScalarExpression
- public static class ScalarExpression.IllegalOperationException
- extends javax.jdo.JDOUserException
Inner class representing an illegal operation.
- See Also:
- Serialized Form
Methods inherited from class javax.jdo.JDOException |
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, setStackTrace |
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 © -2007 . All Rights Reserved.