com.triactive.jdo.store.sql.expr
Class 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 bycom.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.
 
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.