com.triactive.jdo.store.sql.expr
Class MethodInvocationException

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 com.triactive.jdo.store.sql.expr.MethodInvocationException
All Implemented Interfaces:
java.io.Serializable

public class MethodInvocationException
extends javax.jdo.JDOUserException

Thrown if a reflective call to a JDO query method of an SQL expression throws an exception. JDO query methods are those Java methods in a SqlExpression subclass named "...Method".

Author:
Mike Martin
See Also:
Serialized Form

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

MethodInvocationException

public MethodInvocationException(java.lang.String methodName,
                                 java.util.List arguments,
                                 java.lang.Throwable t)
Constructs a method invocation exception.

Parameters:
methodName - The name of the method.
arguments - A list of SqlExpressions representing the arguments passed to the method.
t - The exception thrown by the method.


Copyright ? 2001-2007 The TJDO Project All Rights Reserved.