org.jpox.store.expression
Class ScalarExpression.MethodInvocationException

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.MethodInvocationException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ScalarExpression

public static class ScalarExpression.MethodInvocationException
extends javax.jdo.JDOUserException

A method invocation error represents an effort to invoke a operation on a expression

See Also:
Serialized Form

Constructor Summary
ScalarExpression.MethodInvocationException(java.lang.String methodName, java.util.List arguments, java.lang.Throwable t)
          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.MethodInvocationException

public ScalarExpression.MethodInvocationException(java.lang.String methodName,
                                                  java.util.List arguments,
                                                  java.lang.Throwable t)
Constructor

Parameters:
methodName - the function name
arguments - the arguments
t - the nested exception


Copyright © -2007 . All Rights Reserved.