org.jpox.store.expression
Class ScalarExpression.IllegalOperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.jdo.JDOException
                  extended by javax.jdo.JDOCanRetryException
                      extended by javax.jdo.JDOUserException
                          extended by 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

Constructor Summary
ScalarExpression.IllegalOperationException(ScalarExpression operand1, java.lang.String operation, ScalarExpression operand2)
          Constructor
ScalarExpression.IllegalOperationException(java.lang.String operation, ScalarExpression operand)
          Constructor
 
Method Summary
 
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
 

Constructor Detail

ScalarExpression.IllegalOperationException

public ScalarExpression.IllegalOperationException(java.lang.String operation,
                                                  ScalarExpression operand)
Constructor

Parameters:
operation - the operation. It may include a descriptive localised error message
operand - 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 message
operand1 - the left-hand operand
operand2 - the right-hand operand


Copyright © -2010 . All Rights Reserved.