org.jpox.store.expression
Class ScalarExpression.IllegalOperationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjavax.jdo.JDOException
                  extended byjavax.jdo.JDOCanRetryException
                      extended byjavax.jdo.JDOUserException
                          extended byorg.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
 
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 © -2007 . All Rights Reserved.